mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update missing season creator
This commit is contained in:
parent
a981c0eb8b
commit
5fa9e9637b
22 changed files with 190 additions and 83 deletions
|
@ -2971,9 +2971,10 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/wizardfinish.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false,
|
||||
anonymous: true
|
||||
anonymous: true,
|
||||
controller: 'scripts/wizardfinishpage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue