mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #621] [MERGED] Minor improvements to library scan code #8408
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/621
Author: @Bond-009
Created: 1/18/2019
Status: ✅ Merged
Merged: 1/21/2019
Merged by: @andrewrabert
Base:
dev← Head:perf📝 Commits (1)
be69e88Minor improvements to library scan code📊 Changes
9 files changed (+55 additions, -117 deletions)
View changed files
📝
Emby.Naming/TV/EpisodeResolver.cs(+3 -3)📝
Emby.Naming/Video/StubResolver.cs(+4 -12)📝
Emby.Naming/Video/StubResult.cs(+1 -13)📝
Emby.Naming/Video/VideoResolver.cs(+7 -8)📝
Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs(+14 -28)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+2 -21)📝
Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs(+5 -4)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+4 -5)📝
MediaBrowser.Providers/TV/TheMovieDb/MovieDbSeriesProvider.cs(+15 -23)📄 Description
Brushed trough some hot functions.
This won't make any big difference in perf, but all bits help.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.