mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
unify appSettings
This commit is contained in:
parent
5466e3660a
commit
87e23915c8
21 changed files with 208 additions and 408 deletions
|
@ -1,8 +1,8 @@
|
|||
define(['paper-slider', 'paper-button'], function () {
|
||||
define(['appSettings', 'paper-slider', 'paper-button'], function (appSettings) {
|
||||
|
||||
function getDeviceProfile(serverAddress, deviceId, item, startPositionTicks, maxBitrate, mediaSourceId, audioStreamIndex, subtitleStreamIndex) {
|
||||
|
||||
var bitrateSetting = AppSettings.maxStreamingBitrate();
|
||||
var bitrateSetting = appSettings.maxStreamingBitrate();
|
||||
|
||||
var profile = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue