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

Fix nowplaying for tv mode

This commit is contained in:
grafixeyehero 2020-02-15 03:47:07 +03:00
parent 92d14bed85
commit dec26f6c0e
3 changed files with 31 additions and 4 deletions

View file

@ -989,10 +989,6 @@ var AppInfo = {};
Dashboard.navigate("mypreferencesmenu.html");
};
appRouter.showNowPlaying = function () {
Dashboard.navigate("nowplaying.html");
};
appRouter.setTitle = function (title) {
LibraryMenu.setTitle(title);
};