add new settings
This commit is contained in:
@@ -13,6 +13,7 @@ class Komga:
|
||||
user: str
|
||||
password: str
|
||||
media_path: str
|
||||
api_key: str = None
|
||||
|
||||
def getattr(self, name):
|
||||
return getattr(self, name)
|
||||
@@ -65,6 +66,7 @@ class KomGrabber:
|
||||
skip_parameters: List[str]
|
||||
aria2: Aria2
|
||||
tag_interactive: bool
|
||||
min_filesize: int
|
||||
|
||||
def __post_init__(self):
|
||||
self.skip_parameters = [param.lower() for param in self.skip_parameters]
|
||||
|
||||
Reference in New Issue
Block a user