mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 03:13:17 +01:00
update display of active recordings
This commit is contained in:
@@ -598,7 +598,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.Altitude = item.Altitude;
|
||||
dto.IsoSpeedRating = item.IsoSpeedRating;
|
||||
|
||||
var album = item.Album;
|
||||
var album = item.AlbumEntity;
|
||||
|
||||
if (album != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user