mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
return success if media sync completes
This commit is contained in:
parent
d358686c07
commit
bc90904acd
1 changed files with 1 additions and 0 deletions
|
@ -757,6 +757,7 @@ class MediaSyncer(object):
|
||||||
# if the sanity check failed, force a resync
|
# if the sanity check failed, force a resync
|
||||||
self.col.media.forceResync()
|
self.col.media.forceResync()
|
||||||
return "sanityCheckFailed"
|
return "sanityCheckFailed"
|
||||||
|
return "success"
|
||||||
|
|
||||||
def removed(self):
|
def removed(self):
|
||||||
return self.col.media.removed()
|
return self.col.media.removed()
|
||||||
|
|
Loading…
Reference in a new issue