Use blurhash for preview cards (#1960)
This commit is contained in:
parent
a1887d1891
commit
b885aa8f83
3 changed files with 30 additions and 8 deletions
|
@ -26,7 +26,8 @@ data class Card(
|
|||
val image: String,
|
||||
val type: String,
|
||||
val width: Int,
|
||||
val height: Int
|
||||
val height: Int,
|
||||
val blurhash: String?
|
||||
) {
|
||||
|
||||
override fun hashCode(): Int {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue