update live tv nav
This commit is contained in:
parent
5bfd2d683c
commit
5317ec6951
36 changed files with 413 additions and 335 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue