mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
don't duplicate synced items
This commit is contained in:
parent
aff141f716
commit
7b42686295
8 changed files with 67 additions and 90 deletions
|
@ -53,9 +53,7 @@
|
|||
$('.timerPageImageContainer', page).hide();
|
||||
}
|
||||
|
||||
$('.itemMiscInfo', page).html(LibraryBrowser.getMiscInfoHtml(item));
|
||||
|
||||
LiveTvHelpers.renderMiscProgramInfo($('.miscTvProgramInfo', page), programInfo);
|
||||
$('.itemMiscInfo', page).html(LibraryBrowser.getMiscInfoHtml(programInfo));
|
||||
|
||||
$('#txtPrePaddingMinutes', page).val(item.PrePaddingSeconds / 60);
|
||||
$('#txtPostPaddingMinutes', page).val(item.PostPaddingSeconds / 60);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue