mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 00:24:50 -04:00
Fix misc typing bugs.
This commit is contained in:
parent
a06336c48a
commit
cfa6b35eb0
3 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue