1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix recorded tv button

This commit is contained in:
Luke Pulverenti 2015-12-14 10:29:03 -05:00
parent 7ac20e0572
commit c3b0af7ab9

View file

@ -39,7 +39,7 @@
recordedTvView.ImageTags = {}; recordedTvView.ImageTags = {};
recordedTvView.icon = 'video-library'; recordedTvView.icon = 'video-library';
recordedTvView.url = 'livetv.html?tab=3'; recordedTvView.url = 'livetv.html?tab=3';
recordedTvView.onclick = "LibraryBrowser.showTab('livetv.html', 2);event.preventDefault();event.stopPropagation();return false;"; recordedTvView.onclick = "LibraryBrowser.showTab('livetv.html', 3);event.preventDefault();event.stopPropagation();return false;";
list.push(recordedTvView); list.push(recordedTvView);
} }
} }