mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue