forked from Louvorg/ReaderForSelfoss-multiplatform
Source adding.
This commit is contained in:
1 parent
4c69e72499
commit
23c823f1a4
3 files changed
+24
-22
No files matched your search
+1
-1
@@ -31,7 +31,7 @@ fun SelfossModel.Source.toEntity(): SourceEntity =
|
||||
this.tags.joinToString(","),
|
||||
this.spout,
|
||||
this.error,
|
||||
this.icon
|
||||
this.icon.orEmpty()
|
||||
)
|
||||
|
||||
fun SelfossModel.Tag.toEntity(): TagEntity =
|
||||
|
||||
Reference in new issue
Block a user