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

update translations

This commit is contained in:
Luke Pulverenti 2015-07-29 22:08:35 -04:00
parent dd55a5fe61
commit 6b91120cb9
84 changed files with 619 additions and 385 deletions

View file

@ -102,7 +102,7 @@
AppSettings.maxStreamingBitrate($('#selectMaxBitrate', page).val());
AppSettings.maxChromecastBitrate($('#selectMaxChromecastBitrate', page).val());
AppSettings.enableExternalPlayers(page.querySelector('.chkEnableChromecastAc3').checked);
AppSettings.enableChromecastAc3(page.querySelector('.chkEnableChromecastAc3').checked);
var userId = getParameterByName('userId') || Dashboard.getCurrentUserId();