mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 23:32:49 +01: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 |
||
|---|---|---|
| .. | ||
| ActivityLogController.cs | ||
| ApiKeyController.cs | ||
| ArtistsController.cs | ||
| AudioController.cs | ||
| BrandingController.cs | ||
| ChannelsController.cs | ||
| ClientLogController.cs | ||
| CollectionController.cs | ||
| ConfigurationController.cs | ||
| DashboardController.cs | ||
| DevicesController.cs | ||
| DisplayPreferencesController.cs | ||
| DynamicHlsController.cs | ||
| EnvironmentController.cs | ||
| FilterController.cs | ||
| GenresController.cs | ||
| HlsSegmentController.cs | ||
| ImageController.cs | ||
| InstantMixController.cs | ||
| ItemLookupController.cs | ||
| ItemRefreshController.cs | ||
| ItemsController.cs | ||
| ItemUpdateController.cs | ||
| LibraryController.cs | ||
| LibraryStructureController.cs | ||
| LiveTvController.cs | ||
| LocalizationController.cs | ||
| LyricsController.cs | ||
| MediaInfoController.cs | ||
| MediaSegmentsController.cs | ||
| MoviesController.cs | ||
| MusicGenresController.cs | ||
| PackageController.cs | ||
| PersonsController.cs | ||
| PlaylistsController.cs | ||
| PlaystateController.cs | ||
| PluginsController.cs | ||
| QuickConnectController.cs | ||
| RemoteImageController.cs | ||
| ScheduledTasksController.cs | ||
| SearchController.cs | ||
| SessionController.cs | ||
| StartupController.cs | ||
| StudiosController.cs | ||
| SubtitleController.cs | ||
| SuggestionsController.cs | ||
| SyncPlayController.cs | ||
| SystemController.cs | ||
| TimeSyncController.cs | ||
| TrailersController.cs | ||
| TrickplayController.cs | ||
| TvShowsController.cs | ||
| UniversalAudioController.cs | ||
| UserController.cs | ||
| UserLibraryController.cs | ||
| UserViewsController.cs | ||
| VideoAttachmentsController.cs | ||
| VideosController.cs | ||
| YearsController.cs | ||