aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-07 15:46:24 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-07 15:46:24 -0400
commite210825e54d2199028570489ee4f3d2834676021 (patch)
tree506fde69bd181a4993cfe9d10c03432be07c7105 /MediaBrowser.Server.Implementations/Session/SessionManager.cs
parent2b14be8643b8ca483dbd77386b7a0c77e40f3191 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/SessionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
index a758b3b8d..afde4af93 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
@@ -1275,7 +1275,7 @@ namespace MediaBrowser.Server.Implementations.Session
NowPlayingItem = session.NowPlayingItem,
SupportsRemoteControl = session.SupportsMediaControl,
PlayState = session.PlayState,
- TranscodingInfo = session.TranscodingInfo
+ TranscodingInfo = session.NowPlayingItem == null ? null : session.TranscodingInfo
};
if (session.UserId.HasValue)