aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/FilterController.cs
diff options
context:
space:
mode:
authorItsAllAboutTheCode <52703+ItsAllAboutTheCode@users.noreply.github.com>2024-07-21 14:16:31 +0000
committerGitHub <noreply@github.com>2024-07-21 16:16:31 +0200
commit24f355a7790ff81359b0cb3bbe98329b6c516866 (patch)
tree4dc706e825426d441e19a75a696241f09ff28ce7 /Jellyfin.Api/Controllers/FilterController.cs
parentd5cf0ad2c87f4bb7a5c0295b053695f623cae56b (diff)
Changed `GetThemeMedia` to support SortBy/Order options (#12167)
* 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.
Diffstat (limited to 'Jellyfin.Api/Controllers/FilterController.cs')
0 files changed, 0 insertions, 0 deletions