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

fix chromecast setting save

This commit is contained in:
Luke Pulverenti 2016-07-07 00:29:08 -04:00
parent 5d6cee1223
commit d8c62ad7bb

View file

@ -53,7 +53,7 @@
page.querySelector('#selectMaxBitrate').value = appSettings.maxStreamingBitrate();
}
page.querySelector('#selectMaxChromecastBitrate').value = appSettings.maxChromecastBitrate();
page.querySelector('#selectMaxChromecastBitrate').value = appSettings.maxChromecastBitrate() || '';
Dashboard.hideLoadingMsg();
});