[PR #12558] [MERGED] Fix alt version name generation #13252

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12558
Author: @Bond-009
Created: 8/31/2024
Status: Merged
Merged: 9/3/2024
Merged by: @Bond-009

Base: release-10.9.zHead: altsourcename


📝 Commits (1)

  • e1ac30b Fix alt version name generation

📊 Changes

2 files changed (+38 additions, -8 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/BaseItem.cs (+9 -8)
📝 tests/Jellyfin.Controller.Tests/Entities/BaseItemTests.cs (+29 -0)

📄 Description

Changes
Instead of replacing all occurrences of the containing folder name, just check the start of the string. This matches what happens in VideoListResolver.IsEligibleForMultiVersion

Issues
Fixes #12555


🔄 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/12558 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/31/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `release-10.9.z` ← **Head:** `altsourcename` --- ### 📝 Commits (1) - [`e1ac30b`](https://github.com/jellyfin/jellyfin/commit/e1ac30ba17a1d8ad4e21f4fd80f837a7329c1604) Fix alt version name generation ### 📊 Changes **2 files changed** (+38 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+9 -8) 📝 `tests/Jellyfin.Controller.Tests/Entities/BaseItemTests.cs` (+29 -0) </details> ### 📄 Description **Changes** Instead of replacing all occurrences of the containing folder name, just check the start of the string. This matches what happens in VideoListResolver.IsEligibleForMultiVersion **Issues** Fixes #12555 --- <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 07:09:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13252