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

update promises

This commit is contained in:
Luke Pulverenti 2015-11-29 17:39:13 -05:00
parent 3e1fd2ec8a
commit cc53792556
2 changed files with 264 additions and 313 deletions

View file

@ -1076,7 +1076,6 @@
Dashboard.showModalLoadingMsg();
ApiClient.detectBitrate().then(function (bitrate) {
Logger.log('Max bitrate auto detected to ' + bitrate);
self.lastBitrateDetections[bitrateDetectionKey] = new Date().getTime();
AppSettings.maxStreamingBitrate(bitrate);