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

re-organize user preferences

This commit is contained in:
Luke Pulverenti 2015-07-03 13:55:29 -04:00
parent b33e90dae7
commit 13a2268043
12 changed files with 723 additions and 695 deletions

View file

@ -63,8 +63,15 @@
}
return appStorage.getItem('syncPath');
}
},
displayPreferencesKey: function() {
if (AppInfo.isNativeApp) {
return 'Emby Mobile';
}
return 'webclient';
}
};