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
..
2021-07-23 16:36:27 -07:00
2023-10-08 01:25:37 +02:00
2021-12-07 15:24:57 +01:00
2021-06-06 18:11:51 +02:00
2021-12-24 18:28:27 +01:00
2021-12-24 18:28:27 +01:00
2024-02-21 09:42:14 -05:00
2021-09-26 09:11:25 -06:00