Updated the bundled Anki 2.0.20 and made some fixes for that version. Fixes #9.
Conflicts: AnkiServer/importer.py anki-bundled tests/test_importer.py
This commit is contained in:
parent
525652dad0
commit
f210f728ea
@ -196,6 +196,10 @@ class SyncMediaHandler(MediaSyncer):
|
|||||||
|
|
||||||
return usn
|
return usn
|
||||||
|
|
||||||
|
def mediaSanity(self, client=None):
|
||||||
|
# TODO: Do something with 'client' argument?
|
||||||
|
return self.col.media.sanityCheck()
|
||||||
|
|
||||||
def mediaList(self):
|
def mediaList(self):
|
||||||
"""Returns a list of all the fnames in this collections media database."""
|
"""Returns a list of all the fnames in this collections media database."""
|
||||||
fnames = []
|
fnames = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user