mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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):
|
def onSyncDeauth(self):
|
||||||
self.prof['syncKey'] = None
|
self.prof['syncKey'] = None
|
||||||
|
self.mw.col.media.forceResync()
|
||||||
self._hideAuth()
|
self._hideAuth()
|
||||||
|
|
||||||
def updateNetwork(self):
|
def updateNetwork(self):
|
||||||
|
|
Loading…
Reference in a new issue