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:
David Snopek 2013-12-31 20:06:31 +00:00 committed by jdoe0
parent 525652dad0
commit f210f728ea

View File

@ -196,6 +196,10 @@ class SyncMediaHandler(MediaSyncer):
return usn
def mediaSanity(self, client=None):
# TODO: Do something with 'client' argument?
return self.col.media.sanityCheck()
def mediaList(self):
"""Returns a list of all the fnames in this collections media database."""
fnames = []