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

fix up now playing page

This commit is contained in:
Luke Pulverenti 2016-06-07 13:36:32 -04:00
parent 33393e6e03
commit 521e963e70
15 changed files with 133 additions and 58 deletions

View file

@ -2838,7 +2838,7 @@ var AppInfo = {};
defineRoute({
path: '/nowplaying.html',
dependencies: ['paper-icon-button-light', 'paper-slider', 'emby-button'],
dependencies: ['paper-icon-button-light', 'paper-slider', 'emby-button', 'emby-input'],
controller: 'scripts/nowplayingpage',
autoFocus: false,
transition: 'fade'