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
2014-01-04 21:09:23 +07:00
committed by jdoe0
parent 525652dad0
commit f210f728ea
+4
View File
@@ -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 = []