This commit is contained in:
s0len 2026-06-28 14:18:52 +02:00 committed by GitHub
commit be9024e583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ class Metadata:
"identifier": self.identifier or "UNKNOWN",
"language": self.language or "UNKNOWN",
"authors": "; ".join(self.authors),
"author": self.authors[0] if self.authors else "UNKNOWN",
"description": self.description or "UNKNOWN",
"release_date": self.release_date.isoformat() if self.release_date else "UNKNOWN",
}