aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-06 00:56:47 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-06 00:56:47 -0400
commit6120286bfdc274b8cb388b1d67bf616b6c2d09d0 (patch)
tree720a5be16b229523deb1cdb125af4217c5166782 /MediaBrowser.Server.Implementations/Session
parentf7cd7182d55779b623c8da34bb3ca3b524194830 (diff)
add additional transcoding info
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session')
-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 2d032cc31..a758b3b8d 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
@@ -464,7 +464,7 @@ namespace MediaBrowser.Server.Implementations.Session
UpdateNowPlayingItem(session, info, libraryItem);
- if (!string.IsNullOrEmpty(session.DeviceId))
+ if (!string.IsNullOrEmpty(session.DeviceId) && info.PlayMethod != PlayMethod.Transcode)
{
ClearTranscodingInfo(session.DeviceId);
}