Set full playlist view as default

This commit is contained in:
jeffvli
2023-07-16 13:40:50 -07:00
parent e965bd2663
commit 37e4940c2e
+1 -1
View File
@@ -184,7 +184,7 @@ const platformDefaultWindowBarStyle: Platform = getPlatformDefaultWindowBarStyle
const initialState: SettingsState = {
general: {
defaultFullPlaylist: false,
defaultFullPlaylist: true,
followSystemTheme: false,
fontContent: 'Poppins',
playButtonBehavior: Play.NOW,