mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10825] [MERGED] Use helper function to compare guid #12446
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12446
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/10825
Author: @crobibero
Created: 1/6/2024
Status: ✅ Merged
Merged: 1/17/2024
Merged by: @crobibero
Base:
master← Head:guid-extension📝 Commits (2)
f2b7655Use helper function to compare guid162beccMerge branch 'master' into guid-extension📊 Changes
58 files changed (+249 additions, -184 deletions)
View changed files
📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+16 -16)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+2 -1)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+15 -15)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+3 -2)📝
Emby.Server.Implementations/Library/MusicManager.cs(+2 -1)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+2 -2)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+3 -2)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+2 -1)📝
Emby.Server.Implementations/Session/SessionManager.cs(+11 -11)📝
Emby.Server.Implementations/SyncPlay/Group.cs(+2 -1)📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+4 -3)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+2 -1)📝
Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationHandler.cs(+2 -1)📝
Jellyfin.Api/Auth/FirstTimeSetupPolicy/FirstTimeSetupHandler.cs(+2 -1)📝
Jellyfin.Api/Controllers/ArtistsController.cs(+4 -3)📝
Jellyfin.Api/Controllers/ChannelsController.cs(+3 -2)📝
Jellyfin.Api/Controllers/FilterController.cs(+3 -2)📝
Jellyfin.Api/Controllers/GenresController.cs(+3 -2)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+8 -7)📝
Jellyfin.Api/Controllers/ItemsController.cs(+3 -2)...and 38 more files
📄 Description
I found a few places where we were comparing a nullable guid to
default, which isn't what was actually desired.Double check to make sure I didn't replace anything in an EF call.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.