mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
c2ec479567
6 changed files with 31 additions and 17 deletions
|
@ -2774,6 +2774,12 @@ class PlaybackManager {
|
|||
});
|
||||
});
|
||||
} else {
|
||||
if (item.AlbumId != null) {
|
||||
return apiClient.getItem(apiClient.getCurrentUserId(), item.AlbumId).then(function(result) {
|
||||
mediaSource.albumLUFS = result.LUFS;
|
||||
return mediaSource;
|
||||
});
|
||||
}
|
||||
return mediaSource;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue