mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7029] [MERGED] Use our own Contains extension #11235
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/7029
Author: @cvium
Created: 12/20/2021
Status: ✅ Merged
Merged: 12/24/2021
Merged by: @crobibero
Base:
master← Head:allocations_maybe📝 Commits (1)
b880dc8Use our own Contains extension📊 Changes
88 files changed (+169 additions, -208 deletions)
View changed files
📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+0 -8)📝
Emby.Dlna/DlnaManager.cs(+0 -1)📝
Emby.Naming/AudioBook/AudioBookResolver.cs(+2 -2)📝
Emby.Naming/Subtitles/SubtitleParser.cs(+6 -5)📝
Emby.Naming/TV/EpisodeResolver.cs(+2 -2)📝
Emby.Naming/TV/SeriesPathParser.cs(+0 -1)📝
Emby.Naming/Video/CleanStringParser.cs(+0 -1)📝
Emby.Naming/Video/FileStack.cs(+2 -2)📝
Emby.Naming/Video/StubResolver.cs(+2 -2)📝
Emby.Notifications/NotificationEntryPoint.cs(+2 -1)📝
Emby.Photos/PhotoProvider.cs(+2 -1)📝
Emby.Server.Implementations/AppBase/ConfigurationHelper.cs(+0 -1)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+4 -3)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+2 -2)📝
Emby.Server.Implementations/Dto/DtoService.cs(+2 -2)📝
Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs(+0 -1)📝
Emby.Server.Implementations/HttpServer/Security/AuthService.cs(+0 -1)📝
Emby.Server.Implementations/Images/DynamicImageProvider.cs(+2 -1)📝
Emby.Server.Implementations/Images/GenreImageProvider.cs(+0 -2)📝
Emby.Server.Implementations/Library/MediaStreamSelector.cs(+8 -7)...and 68 more files
📄 Description
Our own Contains extension contains an optimization that System.Linq doesn't. Also removed some unused usings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.