Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear TranscodingInfo if play method changed #7785

Merged
merged 1 commit into from
May 24, 2022

Conversation

dmitrylyzo
Copy link
Contributor

@dmitrylyzo dmitrylyzo commented May 22, 2022

Copy-paste from

if (!string.IsNullOrEmpty(session.DeviceId) && info.PlayMethod != PlayMethod.Transcode)
{
ClearTranscodingInfo(session.DeviceId);
}

Changes
Clear TranscodingInfo if method changed

Issues
TranscodingInfo in the session isn't cleared when switching from Transcoding to DirectPlay.

@dmitrylyzo dmitrylyzo changed the title Clear TranscodingInfo if method changed Clear TranscodingInfo if play method changed May 22, 2022
@crobibero crobibero added the stable backport Backport into the next stable release label May 23, 2022
@crobibero crobibero added this to Active PRs in Release 10.8.0 via automation May 23, 2022
Release 10.8.0 automation moved this from Active PRs to Approved PRs May 23, 2022
@crobibero crobibero merged commit c9491cf into jellyfin:release-10.8.z May 24, 2022
Release 10.8.0 automation moved this from Approved PRs to Completed PRs May 24, 2022
@dmitrylyzo dmitrylyzo deleted the clear-transcodinginfo branch May 24, 2022 17:43
crobibero added a commit that referenced this pull request May 26, 2022
Clear TranscodingInfo if play method changed

(cherry picked from commit c9491cf)
Signed-off-by: crobibero <cody@robibe.ro>
@jellyfin-bot jellyfin-bot moved this from Completed PRs to Jellyfinished in Release 10.8.0 May 26, 2022
@jellyfin-bot jellyfin-bot removed the stable backport Backport into the next stable release label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 10.8.0
  
Jellyfinished
Development

Successfully merging this pull request may close these issues.

None yet

4 participants