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

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

@ -126,7 +126,7 @@
ApiClient.createLiveTvSeriesTimer(item).done(function () {
Dashboard.hideLoadingMsg();
Dashboard.navigate('livetvsuggested.html#liveTvSeriesTimersPage');
Dashboard.navigate('livetvseriestimers.html');
});
@ -134,7 +134,7 @@
ApiClient.createLiveTvTimer(item).done(function () {
Dashboard.hideLoadingMsg();
Dashboard.navigate('livetvsuggested.html#liveTvTimersPage');
Dashboard.navigate('livetvtimers.html');
});
}