rename live tv page
This commit is contained in:
@@ -745,7 +745,7 @@
|
||||
var id = item.Id || item.ItemId;
|
||||
|
||||
if (item.CollectionType == 'livetv') {
|
||||
return 'livetvsuggested.html';
|
||||
return 'livetv.html';
|
||||
}
|
||||
|
||||
if (item.CollectionType == 'channels') {
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
ApiClient.createLiveTvSeriesTimer(item).done(function () {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
Dashboard.navigate('livetvsuggested.html');
|
||||
Dashboard.navigate('livetv.html');
|
||||
|
||||
});
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
ApiClient.createLiveTvTimer(item).done(function () {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
Dashboard.navigate('livetvsuggested.html');
|
||||
Dashboard.navigate('livetv.html');
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
@@ -153,9 +153,9 @@
|
||||
if (LibraryBrowser.navigateOnLibraryTabSelect()) {
|
||||
|
||||
if (selected) {
|
||||
Dashboard.navigate('livetvsuggested.html?tab=' + selected);
|
||||
Dashboard.navigate('livetv.html?tab=' + selected);
|
||||
} else {
|
||||
Dashboard.navigate('livetvsuggested.html');
|
||||
Dashboard.navigate('livetv.html');
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
Dashboard.alert(Globalize.translate('MessageRecordingCancelled'));
|
||||
|
||||
Dashboard.navigate('livetvsuggested.html');
|
||||
Dashboard.navigate('livetv.html');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user