mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-30 03:01:45 +01:00
* Changed `GetThemeMedia` to support SortBy/Order options The `GetThemeMedia, `GetThemeVideos` and `GetThemeSongs` functions can optionally sort the results based based on passing an ItemSortBy type and a SortOrder. This is intended to be used by jellyfin-web in order to allow users to control the order of theme playback. See PR: https://github.com/jellyfin/jellyfin-web/pull/5714 * Update MediaBrowser.Controller/Entities/BaseItem.cs Fix the `GetThemeVideos` two argument overload having both parameters defaulted. For the two argument overload, both parameters are required. |
||
|---|---|---|
| .. | ||
| Authentication | ||
| BaseItemManager | ||
| Channels | ||
| Chapters | ||
| ClientEvent | ||
| Collections | ||
| Configuration | ||
| Devices | ||
| Drawing | ||
| Dto | ||
| Entities | ||
| Events | ||
| Extensions | ||
| IO | ||
| Library | ||
| LiveTv | ||
| Lyrics | ||
| MediaEncoding | ||
| Net | ||
| Persistence | ||
| Playlists | ||
| Plugins | ||
| Properties | ||
| Providers | ||
| QuickConnect | ||
| Resolvers | ||
| Security | ||
| Session | ||
| Sorting | ||
| Streaming | ||
| Subtitles | ||
| SyncPlay | ||
| Trickplay | ||
| TV | ||
| IDisplayPreferencesManager.cs | ||
| IServerApplicationHost.cs | ||
| IServerApplicationPaths.cs | ||
| ISystemManager.cs | ||
| MediaBrowser.Controller.csproj | ||