[PR #15126] [MERGED] Fix Has(Imdb/Tmdb/Tvdb)Id checks #14240

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

📋 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.zHead: release-10.11.z


📝 Commits (3)

📊 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 hasTmdbId and HasImdbId, tvdb is untested

Issues
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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15126 **Author:** [@MBR-0001](https://github.com/MBR-0001) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/26/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `release-10.11.z` --- ### 📝 Commits (3) - [`a1a7f7a`](https://github.com/jellyfin/jellyfin/commit/a1a7f7a1d7c619230022e4adba3939614fa7a8a4) Fix Has(Imdb/Tmdb/Tvdb)Id checks - [`d021253`](https://github.com/jellyfin/jellyfin/commit/d0212533076b90166c635fcced4594ab13d0cfbe) Review fixes - [`77c6bff`](https://github.com/jellyfin/jellyfin/commit/77c6bfff8ba96d241ce1be4359df9f26bdbcb708) Fix nonsense code ### 📊 Changes **1 file changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+9 -3) </details> ### 📄 Description **Changes** Seems like provider ids are not all lowercase, so this fixes those checks. I've only tested with `hasTmdbId` and `HasImdbId`, tvdb is untested **Issues** Fixes https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets/issues/110 --- <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:26:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14240