mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add latest translations
This commit is contained in:
parent
8fd7c1d99a
commit
55bfb651b6
41 changed files with 452 additions and 427 deletions
|
@ -50,10 +50,8 @@
|
|||
ApiClient.getNextUpEpisodes(options).done(function (result) {
|
||||
|
||||
if (result.Items.length) {
|
||||
$('#resumableSection', page).show();
|
||||
$('.noNextUpItems', page).hide();
|
||||
} else {
|
||||
$('#resumableSection', page).hide();
|
||||
$('.noNextUpItems', page).show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue