mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #7346] [MERGED] Optimize Guid comparisons #11353
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/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.