Fixed bug with missing hash

Version 4.1
This commit is contained in:
tom5079
2019-11-02 21:45:27 +09:00
parent 2011572270
commit 08c4c0bf1f
8 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ fun webpUrlFromUrl(url: String) = url.replace("/galleries/", "/webp/") + ".webp"
@Serializable
data class GalleryInfo(
val width: Int,
val hash: String?,
val hash: String? = null,
val haswebp: Int,
val name: String,
val height: Int