mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5750] [MERGED] Fix setting audio stream in PlaybackInfo for jellyfin-web. #10639
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5750
Author: @iwalton3
Created: 4/10/2021
Status: ✅ Merged
Merged: 4/11/2021
Merged by: @cvium
Base:
master← Head:fix-audio-selection-uns📝 Commits (1)
321e383Fix setting audio stream in PlaybackInfo for jellyfin-web.📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
Jellyfin.Api/Helpers/MediaInfoHelper.cs(+4 -0)📄 Description
Changes
Fixes the issue with PlaybackInfo where the audo stream index is not set to the one requested. This does not interfere with playback when no audio stream is specified in PlaybackInfo.
This can be
cherry-pick'd onto therelease-10.7.zbranch and has been tested.Issues
https://github.com/jellyfin/jellyfin-desktop/issues/203
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.