update live tv nav

This commit is contained in:
Luke Pulverenti 2015-06-29 16:38:15 -04:00
parent 5bfd2d683c
commit 5317ec6951
36 changed files with 413 additions and 335 deletions

View file

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