mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15126] [MERGED] Fix Has(Imdb/Tmdb/Tvdb)Id checks #14240
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/15126
Author: @MBR-0001
Created: 10/22/2025
Status: ✅ Merged
Merged: 10/26/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:release-10.11.z📝 Commits (3)
a1a7f7aFix Has(Imdb/Tmdb/Tvdb)Id checksd021253Review fixes77c6bffFix nonsense code📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+9 -3)📄 Description
Changes
Seems like provider ids are not all lowercase, so this fixes those checks. I've only tested with
hasTmdbIdandHasImdbId, tvdb is untestedIssues
Fixes https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets/issues/110
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.