mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-16 15:07:13 +00:00
Fixes for grab metadata in python
This commit is contained in:
@@ -25,8 +25,3 @@ class Metadata():
|
||||
|
||||
def set_status(self, state):
|
||||
self.active = state
|
||||
|
||||
def search(self, query):
|
||||
if self.active:
|
||||
return [1]
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user