1
0
Fork 0
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:
Luke Pulverenti 2015-08-18 15:45:41 -04:00
parent aff141f716
commit 7b42686295
8 changed files with 67 additions and 90 deletions

View file

@ -19,8 +19,6 @@
$('.itemMiscInfo', page).html(LibraryBrowser.getMiscInfoHtml(program));
LiveTvHelpers.renderMiscProgramInfo($('.miscTvProgramInfo', page), program);
$('#chkNewOnly', page).checked(defaultTimer.RecordNewOnly);
$('#chkAllChannels', page).checked(defaultTimer.RecordAnyChannel);
$('#chkAnyTime', page).checked(defaultTimer.RecordAnyTime);