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:
parent
55a3138b3b
commit
47720adffd
3 changed files with 10 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue