mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
force media resync on deauth
This commit is contained in:
parent
014787c4cb
commit
a5d9131445
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ Not currently enabled; click the sync button in the main window to enable."""))
|
|||
|
||||
def onSyncDeauth(self):
|
||||
self.prof['syncKey'] = None
|
||||
self.mw.col.media.forceResync()
|
||||
self._hideAuth()
|
||||
|
||||
def updateNetwork(self):
|
||||
|
|
Loading…
Reference in a new issue