fix chromecast setting save

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

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();
});