Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +1 -0
thaTube.py
CHANGED
@@ -14,6 +14,7 @@ class thaTube2:
|
|
14 |
def __init__(self, playlist_url):
|
15 |
self.playlist_url = playlist_url
|
16 |
self.current_audio_file = None
|
|
|
17 |
self.video_url = None
|
18 |
self.tubelist = playlist_url
|
19 |
# Autoplay as soon as the object is created
|
|
|
14 |
def __init__(self, playlist_url):
|
15 |
self.playlist_url = playlist_url
|
16 |
self.current_audio_file = None
|
17 |
+
self.current_audio=None
|
18 |
self.video_url = None
|
19 |
self.tubelist = playlist_url
|
20 |
# Autoplay as soon as the object is created
|