diff --git a/src/calibre/srv/legacy.py b/src/calibre/srv/legacy.py index 191aa285b7..3cc75a792e 100644 --- a/src/calibre/srv/legacy.py +++ b/src/calibre/srv/legacy.py @@ -259,4 +259,6 @@ def stanza(ctx, rd, rest): @endpoint('/legacy/get/{what}/{book_id}/{library_id}/{+filename=""}', android_workaround=True) def legacy_get(ctx, rd, what, book_id, library_id, filename): + # See https://www.mobileread.com/forums/showthread.php?p=3531644 for why + # this is needed for Kobo browsers return get(ctx, rd, what, book_id, library_id)