mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #7346] [MERGED] Optimize Guid comparisons #11174
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#11174
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/7346
Author: @Bond-009
Created: 2/21/2022
Status: ✅ Merged
Merged: 3/11/2022
Merged by: @cvium
Base:
master← Head:guid📝 Commits (1)
f50a250Optimize Guid comparisons📊 Changes
66 files changed (+356 additions, -327 deletions)
View changed files
📝
BannedSymbols.txt(+3 -0)📝
Emby.Dlna/Didl/DidlBuilder.cs(+2 -2)📝
Emby.Dlna/PlayTo/PlayToController.cs(+16 -8)📝
Emby.Notifications/NotificationEntryPoint.cs(+1 -1)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+7 -5)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+1 -1)📝
Emby.Server.Implementations/Dto/DtoService.cs(+3 -3)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+1 -1)📝
Emby.Server.Implementations/HttpServer/Security/SessionContext.cs(+3 -1)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+19 -15)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+2 -2)📝
Emby.Server.Implementations/Library/MusicManager.cs(+1 -1)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+7 -7)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+3 -3)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs(+3 -3)📝
Emby.Server.Implementations/LiveTv/LiveTvDtoService.cs(+2 -2)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+11 -7)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+4 -2)📝
Emby.Server.Implementations/Plugins/PluginManager.cs(+1 -1)📝
Emby.Server.Implementations/Session/SessionManager.cs(+26 -24)...and 46 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.