This commit is contained in:
maxDorninger
2025-03-28 19:21:11 +01:00
parent f13228dba9
commit 3a80f874f9
22 changed files with 299 additions and 271 deletions

View File

@@ -23,5 +23,5 @@ def search(query: str | Season) -> list[IndexerQueryResult]:
indexers: list[GenericIndexer] = []
if ProwlarrConfig.enabled:
if ProwlarrConfig().enabled:
indexers.append(Prowlarr())