lyrics fetcher
This commit is contained in:
parent
d5cb3a48a4
commit
eb745301e5
8 changed files with 277 additions and 23 deletions
|
|
@ -22,6 +22,7 @@ class Track:
|
|||
self.duration_ms : int = None
|
||||
self.added_at : datetime = None
|
||||
self.local_path : Path = None
|
||||
self.has_lyrics : bool = False
|
||||
|
||||
|
||||
class Album:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue