aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageMagick
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-08 11:45:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-08 11:45:30 -0400
commitb289b4cc7f547a982b9a06e54cd2fbc893e122bd (patch)
tree303d29e0d16736ef6b8fc1d006908920b9759d53 /Emby.Drawing/ImageMagick
parent4820fe80971c83cde97a445e45b9e0b1952b0d90 (diff)
complete gdi fallback
Diffstat (limited to 'Emby.Drawing/ImageMagick')
-rw-r--r--Emby.Drawing/ImageMagick/StripCollageBuilder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageMagick/StripCollageBuilder.cs b/Emby.Drawing/ImageMagick/StripCollageBuilder.cs
index d6e05a531..7cdd0077d 100644
--- a/Emby.Drawing/ImageMagick/StripCollageBuilder.cs
+++ b/Emby.Drawing/ImageMagick/StripCollageBuilder.cs
@@ -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>();