mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
fix: crash when importing subscriptions list with invalid avatars (#5931)
Solves issue of subscription list not loading when channels have old/invalid avatars.
This commit is contained in:
parent
d6e46c38d6
commit
480abe13aa
@ -6,6 +6,6 @@ import kotlinx.serialization.Serializable
|
||||
data class Subscription(
|
||||
val url: String,
|
||||
val name: String,
|
||||
val avatar: String,
|
||||
val avatar: String? = null,
|
||||
val verified: Boolean
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user