Source adding.

This commit is contained in:
aminecmi committed 2022-05-22 10:46:32 +02:00
1 parent 4c69e72499
commit 23c823f1a4
3 files changed
+24 -22

No files matched your search

@@ -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 =