diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 5f18acecb..12f8d2ae5 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -2965,7 +2965,7 @@ to work with this version of Anki.""")) # check if they were using plugin if not prev: p = self.dropboxFolder() - p = p.replace("/Anki", "").replace("\\Anki", "") + p = os.path.join(p, "Public") deck.mediaPrefix = p migrateFrom = deck.mediaDir() if not migrateFrom: