mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 02:32:37 -04:00
Change scrobble setting default true
This commit is contained in:
@@ -117,7 +117,7 @@ const setDefaultSettings = (force: boolean) => {
|
||||
}
|
||||
|
||||
if (force || !settings.hasSync('scrobble')) {
|
||||
settings.setSync('scrobble', false);
|
||||
settings.setSync('scrobble', true);
|
||||
}
|
||||
|
||||
if (force || !settings.hasSync('systemNotifications')) {
|
||||
|
||||
Reference in New Issue
Block a user