@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user