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

fixes #1261 - Sync quality cannot be changed

This commit is contained in:
Luke Pulverenti 2016-04-16 01:05:34 -04:00
parent 55a3138b3b
commit 47720adffd
3 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
define(['jQuery'], function ($) {
define(['jQuery', 'paper-progress', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'paper-icon-button'], function ($) {
function renderJob(page, job, dialogOptions) {
@ -335,7 +335,7 @@
function loadJobInfo(page, job, jobItems) {
renderJob(page, job, _jobOptions);
//renderJob(page, job, _jobOptions);
renderJobItems(page, jobItems);
Dashboard.hideLoadingMsg();
}