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:
parent
cee7db2ce0
commit
1ad3cfbf43
4 changed files with 130 additions and 189 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue