mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
complete gdi fallback
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Emby.Drawing.ImageMagick
|
||||
}
|
||||
}
|
||||
|
||||
private string[] ProjectPaths(IEnumerable<string> paths, int count)
|
||||
internal static string[] ProjectPaths(IEnumerable<string> paths, int count)
|
||||
{
|
||||
var clone = paths.ToList();
|
||||
var list = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user