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

config page

This commit is contained in:
Luke Pulverenti 2016-06-02 02:40:16 -04:00
parent 471d0fbefc
commit cf91a36742
6 changed files with 219 additions and 12 deletions

View file

@ -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'