[PR #7300] [MERGED] Change KeepReading to StopReading and use bytes read as an indicator #11335

Closed
opened 2026-02-07 06:36:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7300
Author: @cvium
Created: 2/12/2022
Status: Merged
Merged: 2/12/2022
Merged by: @Bond-009

Base: masterHead: fix_keepreading


📝 Commits (1)

  • 8ec71c0 Change KeepReading to StopReading and use bytes read as an indicator

📊 Changes

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

View changed files

📝 Jellyfin.Api/Helpers/ProgressiveFileStream.cs (+9 -7)

📄 Description

Changes
Negated the expression and used bytes read to dictate when to stop reading

Issues
Fixes #7296


🔄 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/7300 **Author:** [@cvium](https://github.com/cvium) **Created:** 2/12/2022 **Status:** ✅ Merged **Merged:** 2/12/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_keepreading` --- ### 📝 Commits (1) - [`8ec71c0`](https://github.com/jellyfin/jellyfin/commit/8ec71c094aff8149baaa384283005718bc495b81) Change KeepReading to StopReading and use bytes read as an indicator ### 📊 Changes **1 file changed** (+9 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Helpers/ProgressiveFileStream.cs` (+9 -7) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Negated the expression and used bytes read to dictate when to stop reading **Issues** Fixes #7296 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:36:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11335