fix 'NoneType' object has no attribute 'latest_progress'
https://anki.tenderapp.com/discussions/beta-testing/1964-anki-2128-alpha#comment_48382636
This commit is contained in:
parent
e5849aac4d
commit
20ee0a8b1b
@ -63,7 +63,7 @@ class MediaSyncer:
|
|||||||
self._log_and_notify(tr(TR.SYNC_MEDIA_STARTING))
|
self._log_and_notify(tr(TR.SYNC_MEDIA_STARTING))
|
||||||
self._syncing = True
|
self._syncing = True
|
||||||
self._progress_timer = self.mw.progress.timer(
|
self._progress_timer = self.mw.progress.timer(
|
||||||
1000, self._on_progress, True, False
|
1000, self._on_progress, True, True
|
||||||
)
|
)
|
||||||
gui_hooks.media_sync_did_start_or_stop(True)
|
gui_hooks.media_sync_did_start_or_stop(True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user