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

fixed for new collection creation

This commit is contained in:
Luke Pulverenti 2015-04-26 00:39:40 -04:00
parent 6902732194
commit e6615a1803
4 changed files with 41 additions and 3 deletions

View file

@ -336,8 +336,7 @@
var player = this;
var bitrateSetting = AppSettings.maxStreamingBitrate();
bitrateSetting = Math.min(bitrateSetting, 10000000);
var bitrateSetting = AppSettings.maxChromecastBitrate();
var receiverName = null;