K00B404 commited on
Commit
8848939
·
verified ·
1 Parent(s): b10c3d2

Update thaTube.py

Browse files
Files changed (1) hide show
  1. 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