mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Fix crash if no uploader avatar is present.
This commit is contained in:
parent
9e041b4fea
commit
21ffd0b8b7
@ -14,7 +14,7 @@ data class Streams(
|
||||
val uploadDate: LocalDate,
|
||||
val uploader: String,
|
||||
val uploaderUrl: String,
|
||||
val uploaderAvatar: String,
|
||||
val uploaderAvatar: String? = null,
|
||||
val thumbnailUrl: String,
|
||||
val category: String,
|
||||
val hls: String? = null,
|
||||
|
Loading…
Reference in New Issue
Block a user