1
0
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:
Ozzie Isaacs
2021-07-06 20:24:27 +02:00
parent 94da61c57e
commit 0d247fef6a
5 changed files with 116 additions and 38 deletions

View File

@@ -25,8 +25,3 @@ class Metadata():
def set_status(self, state):
self.active = state
def search(self, query):
if self.active:
return [1]
return []