Updates #415: Make artist's discography sort order configurable

This commit is contained in:
Drew Weymouth
2024-07-26 08:00:12 -07:00
parent fdd449584b
commit 3c70513cb4
2 changed files with 73 additions and 16 deletions
+1
View File
@@ -64,6 +64,7 @@ type AlbumsPageConfig struct {
type ArtistPageConfig struct {
InitialView string
DiscographySort string
TracklistColumns []string
}