mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14162] [MERGED] Use filename for single videos (non-movie/null collections) in MovieResolver #13866
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/14162
Author: @theguymadmax
Created: 5/24/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @crobibero
Base:
master← Head:video-name-fix📝 Commits (1)
8c41f6dUse filename for single videos (non-movie/null collections) in MovieResolver📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+5 -1)📄 Description
Changes
Fixes a bug where single-video folders used the folder name as the title. Now, only movies and mixed (null) collections retain that behavior; all others use the actual filename.
Issues
Fixes: #8230
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.