mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +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 {
|
||||
val json = Json {
|
||||
ignoreUnknownKeys = true
|
||||
coerceInputValues = true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user