mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 23:23:25 +02:00
fix typo
This commit is contained in:
@@ -23,5 +23,5 @@ def search(query: str | Season) -> list[IndexerQueryResult]:
|
||||
|
||||
indexers: list[GenericIndexer] = []
|
||||
|
||||
if ProwlarrConfig.enabled:
|
||||
if ProwlarrConfig().enabled:
|
||||
indexers.append(Prowlarr())
|
||||
|
||||
Reference in New Issue
Block a user