mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 21:54:49 -04:00
Fix empty blurhash
This commit is contained in:
parent
938ccd9215
commit
13ef0ba14a
@ -81,7 +81,7 @@ namespace Kyoo.Abstractions.Models
|
|||||||
public Image(string source, string? blurhash = null)
|
public Image(string source, string? blurhash = null)
|
||||||
{
|
{
|
||||||
Source = source;
|
Source = source;
|
||||||
Blurhash = blurhash ?? "00000000000000";
|
Blurhash = blurhash ?? "000000";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ImageConvertor : TypeConverter
|
public class ImageConvertor : TypeConverter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user