forked from Louvorg/ReaderForSelfoss-multiplatform
Make the author field nullable
This commit is contained in:
1 parent
27eafe4ff4
commit
5227751dca
4 files changed
+5
-5
No files matched your search
+1
-1
@@ -46,7 +46,7 @@ data class ParecelableItem(
|
||||
val link: String,
|
||||
val sourcetitle: String,
|
||||
val tags: String,
|
||||
val author: String
|
||||
val author: String?
|
||||
) : Parcelable {
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in new issue
Block a user