aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-11 02:46:59 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-11 02:46:59 -0400
commitd5b5c8e1a5548f2f1321f0f9a63d86919de0b01e (patch)
tree9edf7c22d2b740641a8266365183e7cab77a88bb /MediaBrowser.Server.Implementations/Dto
parentcb26cb94579b772fa7825c6769dc7ace38217168 (diff)
update display of active recordings
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index b878226deb..a0f7aa999e 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -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)
{