Skip to content

Commit

Permalink
Jackson IgnoreUnknown
Browse files Browse the repository at this point in the history
  • Loading branch information
rimthekid committed Feb 8, 2022
1 parent 0cb0e5b commit 28ec0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/github/libretube/obj/StreamItem.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class StreamItem(
var views: Long?,
var uploaderVerified: Boolean?,
var uploaded: Long?,

var shortDescription: String?
){
constructor() : this("","","","","","","",0,0,null,0)
constructor() : this("","","","","","","",0,0,null,0,"")
}

0 comments on commit 28ec0ef

Please sign in to comment.