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:
parent
33393e6e03
commit
521e963e70
15 changed files with 133 additions and 58 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue