Making sure iMetas are unique

This commit is contained in:
Vitor Pamplona
2025-03-11 14:27:58 -04:00
parent 8a779e7f3c
commit 40bc651860
@@ -68,7 +68,9 @@ class IMetaAttachments {
}
fun addAll(imetas: List<IMetaTag>) {
iMetaAttachments = iMetaAttachments + imetas
imetas.forEach {
replace(it.url, it)
}
}
fun remove(url: String) {