diff --git a/CHANGELOG.md b/CHANGELOG.md index f41db0ca6..d65582ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Unscheduled gaps are now displayed and have a unique row color - Process entire graphics element YAML files using scriban - This allows things like different images based on `MediaItem_ContentRating` (movie) or `MediaItem_ShowContentRating` (episode) +- Playlists: add playback order `Shuffle In Order` for collections and smart collections ### Fixed - Fix transcoding content with bt709/pc color metadata diff --git a/ErsatzTV/Pages/PlaylistEditor.razor b/ErsatzTV/Pages/PlaylistEditor.razor index 64446282a..bd15a9b0f 100644 --- a/ErsatzTV/Pages/PlaylistEditor.razor +++ b/ErsatzTV/Pages/PlaylistEditor.razor @@ -285,7 +285,7 @@ Chronological Shuffle Random - @* Shuffle In Order *@ + Shuffle In Order break; case ProgramScheduleItemCollectionType.TelevisionShow: Season, Episode