mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update promises
This commit is contained in:
parent
3e1fd2ec8a
commit
cc53792556
2 changed files with 264 additions and 313 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue