Source adding.

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

View File

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