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

update live tv guide

This commit is contained in:
Luke Pulverenti 2015-08-02 19:47:31 -04:00
parent 0380fa5a83
commit 4120f18fc9
27 changed files with 330 additions and 352 deletions

View file

@ -341,12 +341,12 @@
function showCommand(result) {
if (result.category == 'tvguide') {
Dashboard.navigate('livetvguide.html');
Dashboard.navigate('livetvsuggested.html');
return;
}
if (result.category == 'recordings') {
Dashboard.navigate('livetvrecordings.html');
Dashboard.navigate('livetvsuggested.html');
return;
}
}