mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3854] [MERGED] Fix Split versions #9730
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/3854
Author: @danieladov
Created: 8/9/2020
Status: ✅ Merged
Merged: 8/9/2020
Merged by: @Bond-009
Base:
master← Head:master📝 Commits (1)
3ea4d93Fix Split versions📊 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

Forcing to split always the primary version fix the problem

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.