Fix #462: persist Skip Duplicates setting in add to playlist dialog

This commit is contained in:
Drew Weymouth
2024-08-09 07:35:55 -07:00
parent 4654d310fd
commit 66b878a092
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ type AppConfig struct {
SavePlayQueue bool
SaveQueueToServer bool
DefaultPlaylistID string
AddToPlaylistSkipDuplicates bool
ShowTrackChangeNotification bool
EnableLrcLib bool
SkipSSLVerify bool