mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 22:33:58 +02:00
* Added Media segment manager * Added "HasSegments" to MediaSourceInfo when requesting though baseitem * Fixed ordering of Media Segements * Added media segment API controller * Added .ConfigureAwait(false) on media segments manager * renamed MediaSegmentsController removed empty route * Added Model layer for Media Segments Fixed review comments Media segments * Updated media segment naming refactored api and manager usage * Added mediaSegment type filter * Fixed codesmell * Fixed naming and typos * Added EF Migration * Added Identity Generation for MediaSegments Made mediasegment filter optional * Fixed optional filter parameter * refactored segment namespace * Added SegmentProviderId to MediaSegment * Media segment comment indentation * Added MediaSegmentManager query notracking |
||
|---|---|---|
| .. | ||
| AppBase | ||
| Branding | ||
| Collections | ||
| Configuration | ||
| Cryptography | ||
| Data | ||
| Devices | ||
| Dto | ||
| EntryPoints | ||
| HttpServer | ||
| Images | ||
| IO | ||
| Library | ||
| Localization | ||
| MediaEncoder | ||
| Playlists | ||
| Plugins | ||
| Properties | ||
| QuickConnect | ||
| ScheduledTasks | ||
| Serialization | ||
| Session | ||
| Sorting | ||
| SyncPlay | ||
| TV | ||
| Updates | ||
| ApplicationHost.cs | ||
| ConfigurationOptions.cs | ||
| Emby.Server.Implementations.csproj | ||
| IStartupOptions.cs | ||
| ServerApplicationPaths.cs | ||
| SystemManager.cs | ||