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:
Damien Elmes 2020-06-09 09:07:41 +10:00
parent e5849aac4d
commit 20ee0a8b1b

View File

@ -63,7 +63,7 @@ class MediaSyncer:
self._log_and_notify(tr(TR.SYNC_MEDIA_STARTING))
self._syncing = True
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)