mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update subtitle download setting
This commit is contained in:
parent
90ac504440
commit
45cf1d8430
5 changed files with 25 additions and 29 deletions
|
@ -95,6 +95,8 @@
|
|||
|
||||
html += '</a>';
|
||||
}
|
||||
|
||||
$('#childrenContent', page).html(html);
|
||||
}
|
||||
|
||||
function loadPrograms(page, channelId) {
|
||||
|
@ -109,7 +111,6 @@
|
|||
}).then(function (result) {
|
||||
|
||||
renderPrograms(page, result);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue