jellyfin/MediaBrowser.Controller
ItsAllAboutTheCode 24f355a779
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.
2024-07-21 16:16:31 +02:00
..
2024-03-13 14:56:51 +01:00
2023-10-11 18:32:57 +02:00
2023-02-01 19:34:58 +01:00
2021-08-15 23:48:19 +02:00
2024-02-06 10:11:47 -05:00
2023-07-29 13:50:55 +02:00
2024-02-07 10:52:36 -05:00
2021-05-15 15:33:50 -06:00
2022-08-18 13:56:23 +02:00
2023-10-04 14:40:00 -04:00