Fix misc typing bugs.

This commit is contained in:
nathom 2021-05-01 18:38:55 -07:00
parent a06336c48a
commit cfa6b35eb0
3 changed files with 18 additions and 7 deletions

View file

@ -62,7 +62,7 @@ class TrackMetadata:
self.title: str
self.album: str
self.albumartist: str
self.composer: str
self.composer: Optional[str] = None
self.comment: Optional[str] = None
self.description: Optional[str] = None
self.purchase_date: Optional[str] = None