1
0
Fork 0
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:
Luke Pulverenti 2016-05-20 15:45:04 -04:00
parent a981c0eb8b
commit 5fa9e9637b
22 changed files with 190 additions and 83 deletions

View file

@ -2971,9 +2971,10 @@ var AppInfo = {};
defineRoute({
path: '/wizardfinish.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false,
anonymous: true
anonymous: true,
controller: 'scripts/wizardfinishpage'
});
defineRoute({