mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
add additional transcoding info
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user