mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-07-10 01:34:49 -06:00
Merge f3648281af into 1e6e5f161c
This commit is contained in:
commit
be9024e583
@ -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",
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user