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
|
@ -147,7 +147,7 @@
|
|||
DisplayOrder: form.querySelector('#selectDisplayOrder').value,
|
||||
Players: form.querySelector('#txtPlayers').value,
|
||||
Album: form.querySelector('#txtAlbum').value,
|
||||
AlbumArtist: getAlbumArtists(form),
|
||||
AlbumArtists: getAlbumArtists(form),
|
||||
ArtistItems: getArtists(form),
|
||||
Metascore: form.querySelector('#txtMetascore').value,
|
||||
AwardSummary: form.querySelector('#txtAwardSummary').value,
|
||||
|
|
|
@ -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