mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Add a note about why /legacy/get exists
This commit is contained in:
parent
9299f99939
commit
adbfdc858e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user