diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 00:56:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 00:56:47 -0400 |
| commit | 6120286bfdc274b8cb388b1d67bf616b6c2d09d0 (patch) | |
| tree | 720a5be16b229523deb1cdb125af4217c5166782 /MediaBrowser.Server.Implementations/Session | |
| parent | f7cd7182d55779b623c8da34bb3ca3b524194830 (diff) | |
add additional transcoding info
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Session/SessionManager.cs | 2 |
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); } |
