mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3072] [MERGED] Re-raise the exception that caused LiveTV stream to not open #9341
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/3072
Author: @JustAMan
Created: 5/8/2020
Status: ✅ Merged
Merged: 5/18/2020
Merged by: @dkanada
Base:
master← Head:fix-dead-livetv📝 Commits (3)
a517bd2Re-raise the exception that caused LiveTV stream to not open3401d55Fixed yet another case of hanging on a bad streamc70e382Apply suggestions from code review📊 Changes
1 file changed (+19 additions, -2 deletions)
View changed files
📝
Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs(+19 -2)📄 Description
Changes
Make opening a LiveTV stream re-raise the exception if opening it failed.
Issues
Hopefully fixes https://github.com/jellyfin/jellyfin/issues/3065.
Notes
Requires testing as I cannot reproduce the issue myself.
cc @gled-rs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.