dsnopek / anki-sync-server

A personal Anki sync server (so you can sync against your own server rather than AnkiWeb)
GNU Affero General Public License v3.0
744 stars 95 forks source link

SyncMediaHandler.begin() must return media database usn, not collection usn #30

Closed cdpm closed 8 years ago

cdpm commented 8 years ago

If the wrong usn is returned, media syncing on the client will not finish with status "noChanges" even if there have been no changes since the last media sync.

dsnopek commented 8 years ago

Makes sense to me! We had to do the same thing before the media sync rewrite in #28. Thanks!