[PR #8726] [MERGED] HDHomeRun - Fix incorrect starting offset of buffer span in CheckTunerAvailability. #11655

Closed
opened 2025-12-22 08:52:35 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/8726
Author: @swedishborgie
Created: 11/11/2022
Status: Merged
Merged: 11/11/2022
Merged by: @cvium

Base: masterHead: master


📝 Commits (1)

  • 84d1b07 Fix incorrect starting offset of buffer span in CheckTunerAvailability.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs (+1 -1)

📄 Description

CheckTunerAvailability creates a span from a buffer to pass to the validation function. It appears to be incorrectly using the length as the starting index which is causing the tuner initialization to fail. Fixing this resolved the issue I was having with my HDHR3-US.

Please let me if you would like any additional changes or testing done.

Fixes #7154


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/8726 **Author:** [@swedishborgie](https://github.com/swedishborgie) **Created:** 11/11/2022 **Status:** ✅ Merged **Merged:** 11/11/2022 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`84d1b07`](https://github.com/jellyfin/jellyfin/commit/84d1b078490a9b3e52173ed7d6b9ab136a385532) Fix incorrect starting offset of buffer span in CheckTunerAvailability. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs` (+1 -1) </details> ### 📄 Description CheckTunerAvailability creates a span from a buffer to pass to the validation function. It appears to be incorrectly using the length as the starting index which is causing the tuner initialization to fail. Fixing this resolved the issue I was having with my HDHR3-US. Please let me if you would like any additional changes or testing done. Fixes #7154 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:52:35 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11655
No description provided.