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

rework series timer page

This commit is contained in:
Luke Pulverenti 2016-08-11 18:41:25 -04:00
parent cee7db2ce0
commit 1ad3cfbf43
4 changed files with 130 additions and 189 deletions

View file

@ -2287,8 +2287,9 @@ var AppInfo = {};
defineRoute({
path: '/livetvseriestimer.html',
dependencies: [],
autoFocus: false
dependencies: ['emby-checkbox', 'emby-input', 'emby-button', 'emby-collapse', 'scripts/livetvcomponents', 'scripts/livetvseriestimer', 'livetvcss'],
autoFocus: false,
controller: 'scripts/livetvseriestimer'
});
defineRoute({