[PR #621] [MERGED] Minor improvements to library scan code #8408

Closed
opened 2026-02-07 05:43:38 +03:00 by OVERLORD · 0 comments
Owner

📋 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: devHead: perf


📝 Commits (1)

  • be69e88 Minor 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.

  • Removed unneeded checks
  • Removed unneeded copies
  • Removed unneeded instances

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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/621 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/18/2019 **Status:** ✅ Merged **Merged:** 1/21/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `dev` ← **Head:** `perf` --- ### 📝 Commits (1) - [`be69e88`](https://github.com/jellyfin/jellyfin/commit/be69e88818d3600c82cf93c72823c3d4e085dc24) Minor improvements to library scan code ### 📊 Changes **9 files changed** (+55 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Brushed trough some hot functions. * Removed unneeded checks * Removed unneeded copies * Removed unneeded instances This won't make any big difference in perf, but all bits help. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:43:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8408