[PR #3854] [MERGED] Fix Split versions #9730

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3854
Author: @danieladov
Created: 8/9/2020
Status: Merged
Merged: 8/9/2020
Merged by: @Bond-009

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 Jellyfin.Api/Controllers/VideosController.cs (+6 -1)

📄 Description

The split function does only works correctly if the id given is the one of the primary version, this causes that splitting through the web ends with the blue bubble in the top left of the poster showing how many versions are, even if they are not grouped. As can be seen here
split1

Forcing to split always the primary version fix the problem
split2

Changes
Force to split always the primary version
@cvium


🔄 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/3854 **Author:** [@danieladov](https://github.com/danieladov) **Created:** 8/9/2020 **Status:** ✅ Merged **Merged:** 8/9/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3ea4d93`](https://github.com/jellyfin/jellyfin/commit/3ea4d9303e2d83e6b7c2a934c302349b2997045e) Fix Split versions ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+6 -1) </details> ### 📄 Description The split function does only works correctly if the id given is the one of the primary version, this causes that splitting through the web ends with the blue bubble in the top left of the poster showing how many versions are, even if they are not grouped. As can be seen here ![split1](https://user-images.githubusercontent.com/29411250/89721018-c20cbf00-d9d8-11ea-8a21-dc107f126e47.gif) Forcing to split always the primary version fix the problem ![split2](https://user-images.githubusercontent.com/29411250/89721022-c9cc6380-d9d8-11ea-8329-9fe215e4abf2.gif) Changes Force to split always the primary version @cvium --- <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:07:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9730