mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated voice components
This commit is contained in:
parent
b9e37b50ec
commit
0ccf565956
3 changed files with 19 additions and 3 deletions
|
@ -2073,6 +2073,22 @@ var AppInfo = {};
|
|||
Dashboard.navigate('mypreferencesmenu.html?userId=' + ApiClient.getCurrentUserId());
|
||||
};
|
||||
|
||||
embyRouter.showGuide = function () {
|
||||
Dashboard.navigate('livetv.html?tab=1');
|
||||
};
|
||||
|
||||
embyRouter.showLiveTV = function () {
|
||||
Dashboard.navigate('livetv.html');
|
||||
};
|
||||
|
||||
embyRouter.showRecordedTV = function () {
|
||||
Dashboard.navigate('livetv.html?tab=3');
|
||||
};
|
||||
|
||||
embyRouter.showFavorites = function () {
|
||||
Dashboard.navigate('home.html?tab=3');
|
||||
};
|
||||
|
||||
function showItem(item) {
|
||||
if (typeof (item) === 'string') {
|
||||
require(['connectionManager'], function (connectionManager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue