From a5d91314459d6945568757713ef2431841299f94 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 4 Jul 2014 19:44:15 +0900 Subject: [PATCH] force media resync on deauth --- aqt/preferences.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aqt/preferences.py b/aqt/preferences.py index ff91469f5..da9185cd4 100644 --- a/aqt/preferences.py +++ b/aqt/preferences.py @@ -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):