Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/trunk/Winify/Gotify/GotifyConnection.cs
@@ -154,6 +154,12 @@
}
 
var imageBytes = await _httpClient.GetByteArrayAsync(application.Image);
 
if (imageBytes == null || imageBytes.Length == 0)
{
continue;
}
 
using (var memoryStream = new MemoryStream(imageBytes))
{
var image = Image.FromStream(memoryStream);