mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix editing album artists in metadata editor
This commit is contained in:
parent
5c4eca9008
commit
ab202bfa83
2 changed files with 3 additions and 2 deletions
|
@ -2066,7 +2066,8 @@ var AppInfo = {};
|
|||
controller: 'scripts/nowplayingpage',
|
||||
autoFocus: false,
|
||||
transition: 'fade',
|
||||
fullscreen: true
|
||||
fullscreen: true,
|
||||
supportsThemeMedia: true
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue