mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update chromecast bitrate setting
This commit is contained in:
parent
ab7866deca
commit
e685f53bb4
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@
|
||||||
maxChromecastBitrate: function (val) {
|
maxChromecastBitrate: function (val) {
|
||||||
|
|
||||||
if (val != null) {
|
if (val != null) {
|
||||||
update('chromecastBitrate', val);
|
update('chromecastBitrate1', val);
|
||||||
}
|
}
|
||||||
|
|
||||||
val = appStorage.getItem('chromecastBitrate');
|
val = appStorage.getItem('chromecastBitrate1');
|
||||||
|
|
||||||
return val ? parseInt(val) : null;
|
return val ? parseInt(val) : null;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue