Add "All Tracks" option to Startup page (#955)

This commit is contained in:
Kryštof Baksa
2026-06-17 08:48:56 -07:00
committed by GitHub
parent 1794d690ee
commit 2ffbbba3db
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ type Config struct {
PeakMeter PeakMeterConfig
}
var SupportedStartupPages = []string{"Albums", "Favorites", "Playlists", "Artists"}
var SupportedStartupPages = []string{"Albums", "Favorites", "Playlists", "Artists", "All Tracks"}
func DefaultConfig(appVersionTag string) *Config {
return &Config{