[PR #831] [MERGED] Move some arrays to generics #8521

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/831
Author: @Bond-009
Created: 2/6/2019
Status: Merged
Merged: 2/8/2019
Merged by: @andrewrabert

Base: masterHead: hashset


📝 Commits (1)

  • 70c8592 Move some arrays to generics

📊 Changes

9 files changed (+38 additions, -38 deletions)

View changed files

📝 Emby.Drawing/ImageProcessor.cs (+9 -9)
📝 Emby.Drawing/NullImageEncoder.cs (+6 -9)
📝 Emby.Server.Implementations/IO/LibraryMonitor.cs (+4 -4)
📝 Emby.Server.Implementations/Library/Resolvers/PhotoResolver.cs (+4 -3)
📝 Emby.Server.Implementations/Services/ResponseHelper.cs (+1 -1)
📝 Emby.Server.Implementations/Services/ServiceExec.cs (+0 -2)
📝 Jellyfin.Drawing.Skia/SkiaEncoder.cs (+8 -5)
📝 MediaBrowser.Controller/Drawing/IImageEncoder.cs (+3 -2)
📝 MediaBrowser.Controller/Drawing/IImageProcessor.cs (+3 -3)

📄 Description

This way the implemention can change the type, in this case I changed to HashSet for faster lookups.


🔄 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/831 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 2/6/2019 **Status:** ✅ Merged **Merged:** 2/8/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `master` ← **Head:** `hashset` --- ### 📝 Commits (1) - [`70c8592`](https://github.com/jellyfin/jellyfin/commit/70c85925af31ee341f87fced39a67ab7fb4eed77) Move some arrays to generics ### 📊 Changes **9 files changed** (+38 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Drawing/ImageProcessor.cs` (+9 -9) 📝 `Emby.Drawing/NullImageEncoder.cs` (+6 -9) 📝 `Emby.Server.Implementations/IO/LibraryMonitor.cs` (+4 -4) 📝 `Emby.Server.Implementations/Library/Resolvers/PhotoResolver.cs` (+4 -3) 📝 `Emby.Server.Implementations/Services/ResponseHelper.cs` (+1 -1) 📝 `Emby.Server.Implementations/Services/ServiceExec.cs` (+0 -2) 📝 `Jellyfin.Drawing.Skia/SkiaEncoder.cs` (+8 -5) 📝 `MediaBrowser.Controller/Drawing/IImageEncoder.cs` (+3 -2) 📝 `MediaBrowser.Controller/Drawing/IImageProcessor.cs` (+3 -3) </details> ### 📄 Description This way the implemention can change the type, in this case I changed to `HashSet` for faster lookups. --- <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:45:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8521