mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fix: crash when subscription avatar is null on export
This commit is contained in:
parent
78a9f8aee6
commit
50159ef0a3
@ -5,5 +5,6 @@ import kotlinx.serialization.json.Json
|
|||||||
object JsonHelper {
|
object JsonHelper {
|
||||||
val json = Json {
|
val json = Json {
|
||||||
ignoreUnknownKeys = true
|
ignoreUnknownKeys = true
|
||||||
|
coerceInputValues = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user