mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
config page
This commit is contained in:
parent
471d0fbefc
commit
cf91a36742
6 changed files with 219 additions and 12 deletions
|
@ -386,6 +386,8 @@
|
|||
|
||||
case 'schedulesdirect':
|
||||
return 'Schedules Direct';
|
||||
case 'xmltv':
|
||||
return 'Xml TV';
|
||||
case 'emby':
|
||||
return 'Emby Guide';
|
||||
default:
|
||||
|
@ -399,6 +401,8 @@
|
|||
|
||||
switch (providerId) {
|
||||
|
||||
case 'xmltv':
|
||||
return 'livetvguideprovider.html?type=xmltv';
|
||||
case 'schedulesdirect':
|
||||
return 'livetvguideprovider.html?type=schedulesdirect';
|
||||
case 'emby':
|
||||
|
@ -422,6 +426,11 @@
|
|||
// id: 'emby'
|
||||
//});
|
||||
|
||||
menuItems.push({
|
||||
name: 'Xml TV',
|
||||
id: 'xmltv'
|
||||
});
|
||||
|
||||
menuItems.push({
|
||||
name: Globalize.translate('ButtonOther'),
|
||||
id: 'other'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue