mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #831] [MERGED] Move some arrays to generics #8521
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/831
Author: @Bond-009
Created: 2/6/2019
Status: ✅ Merged
Merged: 2/8/2019
Merged by: @andrewrabert
Base:
master← Head:hashset📝 Commits (1)
70c8592Move 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
HashSetfor faster lookups.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.