feat: upload progress bar and error message display for each file, #146
This commit is contained in:
@ -265,7 +265,6 @@ class OneshotPlaylist(BasePlaylist):
|
||||
return self
|
||||
|
||||
def next(self):
|
||||
print(f"*** next asked")
|
||||
if len(self) > 0:
|
||||
self.version += 1
|
||||
|
||||
|
Reference in New Issue
Block a user