option to use blurred cover art for Now Playing page background
This commit is contained in:
+4
-2
@@ -111,7 +111,8 @@ type TracksPageConfig struct {
|
||||
}
|
||||
|
||||
type NowPlayingPageConfig struct {
|
||||
InitialView string
|
||||
InitialView string
|
||||
UseBackgroundImage bool
|
||||
}
|
||||
|
||||
type PlaybackConfig struct {
|
||||
@@ -242,7 +243,8 @@ func DefaultConfig(appVersionTag string) *Config {
|
||||
InitialView: "List",
|
||||
},
|
||||
NowPlayingConfig: NowPlayingPageConfig{
|
||||
InitialView: "Play Queue",
|
||||
InitialView: "Play Queue",
|
||||
UseBackgroundImage: true,
|
||||
},
|
||||
TracksPage: TracksPageConfig{
|
||||
TracklistColumns: []string{"Album", "Time", "Plays"},
|
||||
|
||||
Reference in New Issue
Block a user