1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update startup wizard

This commit is contained in:
Luke Pulverenti 2015-07-30 10:34:46 -04:00
parent 9074b4bea3
commit 20b01a80b3
28 changed files with 447 additions and 121 deletions

View file

@ -62,7 +62,7 @@
update('enableSyncToExternalStorage', val.toString());
}
return appStorage.getItem('enableSyncToExternalStorage') == 'true';
return appStorage.getItem('enableSyncToExternalStorage') != 'false';
},
displayPreferencesKey: function() {