Fix #665: Add option to play albums in order on Albums page

This commit is contained in:
Drew Weymouth
2025-08-10 15:06:27 -07:00
parent 43670538b9
commit a317b382ff
5 changed files with 100 additions and 4 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ type AlbumPageConfig struct {
type AlbumsPageConfig struct {
SortOrder string // only relevant for Albums page
ShowYears bool
ShuffleMode string // only relevant for genre page
ShuffleMode string // only relevant for Genre page
PlayInOrder bool // only relevant for Albums page
}
type ArtistPageConfig struct {