mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update search hints
This commit is contained in:
parent
299a58f14e
commit
ed5e0f9314
7 changed files with 220 additions and 7 deletions
|
@ -377,6 +377,8 @@
|
|||
|
||||
case 'schedulesdirect':
|
||||
return 'livetvguideprovider-scd.html';
|
||||
case 'emby':
|
||||
return 'livetvguideprovider.html';
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -386,9 +388,14 @@
|
|||
|
||||
var menuItems = [];
|
||||
|
||||
//menuItems.push({
|
||||
// name: 'Schedules Direct',
|
||||
// id: 'SchedulesDirect'
|
||||
//});
|
||||
|
||||
menuItems.push({
|
||||
name: 'Schedules Direct',
|
||||
id: 'SchedulesDirect'
|
||||
name: 'Emby Guide',
|
||||
id: 'emby'
|
||||
});
|
||||
|
||||
require(['actionsheet'], function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue