Workaround for browsers like iPhone Safari that send extra arguments when downloading books from the content server

This commit is contained in:
Kovid Goyal 2010-01-09 10:10:54 -07:00
parent 7a2e4a43e6
commit 8e2df3f349

View File

@ -802,7 +802,7 @@ class LibraryServer(object):
@expose @expose
def get(self, what, id): def get(self, what, id, *args, **kwargs):
'Serves files, covers, thumbnails from the calibre database' 'Serves files, covers, thumbnails from the calibre database'
try: try:
id = int(id) id = int(id)