mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-24 17:46:51 +01:00
stub out dynamic images
This commit is contained in:
@@ -107,7 +107,7 @@ namespace MediaBrowser.Server.Implementations.Photos
|
||||
return Task.FromResult<Stream>(fileSystem.GetFileStream(files[0], FileMode.Open, FileAccess.Read, FileShare.Read));
|
||||
}
|
||||
|
||||
private static Stream GetStream(MagickWand image, IApplicationPaths appPaths)
|
||||
internal static Stream GetStream(MagickWand image, IApplicationPaths appPaths)
|
||||
{
|
||||
var tempFile = Path.Combine(appPaths.TempDirectory, Guid.NewGuid().ToString("N") + ".png");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user