feat: upload progress bar and error message display for each file, #146

This commit is contained in:
Terry Geng
2020-05-16 15:48:11 +08:00
parent 0c47850fbc
commit 257fff3e92
4 changed files with 254 additions and 70 deletions

View File

@ -265,7 +265,6 @@ class OneshotPlaylist(BasePlaylist):
return self
def next(self):
print(f"*** next asked")
if len(self) > 0:
self.version += 1