mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 08:35:08 -04:00
Fix #149
This commit is contained in:
parent
6e0731ed0b
commit
9dd9707444
1 changed files with 2 additions and 0 deletions
|
@ -783,6 +783,8 @@ class Track(Media):
|
|||
class Video(Media):
|
||||
"""Only for Tidal."""
|
||||
|
||||
downloaded_ids: set = set()
|
||||
|
||||
def __init__(self, client: Client, id: str, **kwargs):
|
||||
"""Initialize a Video object.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue