diff --git a/src/calibre/library/server.py b/src/calibre/library/server.py index a8c46e84f6..00eea78589 100644 --- a/src/calibre/library/server.py +++ b/src/calibre/library/server.py @@ -802,7 +802,7 @@ class LibraryServer(object): @expose - def get(self, what, id): + def get(self, what, id, *args, **kwargs): 'Serves files, covers, thumbnails from the calibre database' try: id = int(id)