fix: music not saved after downloading. some tricky oneshot problem #91

This commit is contained in:
Terry Geng
2020-03-08 10:28:03 +08:00
parent e10059a76e
commit 487b5b9616
4 changed files with 27 additions and 11 deletions

View File

@ -74,7 +74,7 @@ class FileItem(BaseItem):
self.send_client_message(constants.strings('file_missed', file=self.path))
return False
self.version += 1 # 0 -> 1, notify the wrapper to save me when validate() is visited the first time
#self.version += 1 # 0 -> 1, notify the wrapper to save me when validate() is visited the first time
self.ready = "yes"
return True