[PR #14007] [MERGED] Fix distinction queries #13790

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14007
Author: @Shadowghost
Created: 4/26/2025
Status: Merged
Merged: 4/27/2025
Merged by: @crobibero

Base: masterHead: fix-distinct


📝 Commits (1)

📊 Changes

15 files changed (+54 additions, -53 deletions)

View changed files

📝 Emby.Server.Implementations/IO/FileRefresher.cs (+1 -1)
📝 Emby.Server.Implementations/IO/LibraryMonitor.cs (+1 -1)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+3 -3)
📝 Jellyfin.Api/Controllers/ItemUpdateController.cs (+4 -4)
📝 Jellyfin.Api/Controllers/YearsController.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/Movies/BoxSet.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs (+15 -15)
📝 MediaBrowser.Providers/Manager/MetadataService.cs (+4 -4)
📝 MediaBrowser.Providers/Music/AlbumMetadataService.cs (+1 -1)
📝 MediaBrowser.Providers/Music/AudioMetadataService.cs (+1 -1)
📝 MediaBrowser.Providers/Music/MusicVideoMetadataService.cs (+2 -1)
📝 MediaBrowser.Providers/Playlists/PlaylistItemsProvider.cs (+1 -1)
📝 src/Jellyfin.LiveTv/LiveTvManager.cs (+17 -17)
📝 src/Jellyfin.LiveTv/Recordings/RecordingsManager.cs (+1 -1)

📄 Description

Changes

  • Add case-insensitive distinction consistently
  • Remove case-insensitive distinction from path checks

🔄 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/14007 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 4/26/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-distinct` --- ### 📝 Commits (1) - [`83d2733`](https://github.com/jellyfin/jellyfin/commit/83d27331ea47529d1716d8d32bf3a10ecca1f91b) Fix distinction queries ### 📊 Changes **15 files changed** (+54 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/IO/FileRefresher.cs` (+1 -1) 📝 `Emby.Server.Implementations/IO/LibraryMonitor.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/ItemUpdateController.cs` (+4 -4) 📝 `Jellyfin.Api/Controllers/YearsController.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/Movies/BoxSet.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs` (+15 -15) 📝 `MediaBrowser.Providers/Manager/MetadataService.cs` (+4 -4) 📝 `MediaBrowser.Providers/Music/AlbumMetadataService.cs` (+1 -1) 📝 `MediaBrowser.Providers/Music/AudioMetadataService.cs` (+1 -1) 📝 `MediaBrowser.Providers/Music/MusicVideoMetadataService.cs` (+2 -1) 📝 `MediaBrowser.Providers/Playlists/PlaylistItemsProvider.cs` (+1 -1) 📝 `src/Jellyfin.LiveTv/LiveTvManager.cs` (+17 -17) 📝 `src/Jellyfin.LiveTv/Recordings/RecordingsManager.cs` (+1 -1) </details> ### 📄 Description **Changes** * Add case-insensitive distinction consistently * Remove case-insensitive distinction from path checks --- <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:19:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13790