mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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)
|
||||
{
|
||||
Source = source;
|
||||
Blurhash = blurhash ?? "00000000000000";
|
||||
Blurhash = blurhash ?? "000000";
|
||||
}
|
||||
|
||||
public class ImageConvertor : TypeConverter
|
||||
|
Loading…
x
Reference in New Issue
Block a user