mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14007] [MERGED] Fix distinction queries #13790
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/14007
Author: @Shadowghost
Created: 4/26/2025
Status: ✅ Merged
Merged: 4/27/2025
Merged by: @crobibero
Base:
master← Head:fix-distinct📝 Commits (1)
83d2733Fix distinction queries📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.