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

update components

This commit is contained in:
Luke Pulverenti 2016-05-25 12:10:57 -04:00
parent 196a7b8fc8
commit 9977ee3741
50 changed files with 770 additions and 998 deletions

View file

@ -13,6 +13,15 @@ define(['appStorage', 'events'], function (appStorage, events) {
var self = this;
self.enableAutoLogin = function (val) {
if (val != null) {
self.set('enableAutoLogin', val.toString());
}
return self.get('enableAutoLogin') != 'false';
};
self.enableAutomaticBitrateDetection = function (val) {
if (val != null) {