mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix: prowlarr infoHash
This commit is contained in:
@@ -247,7 +247,7 @@ async def get_indexer_manager(
|
||||
response = await response.json()
|
||||
|
||||
for result in response:
|
||||
result["InfoHash"] = result["infoHash"]
|
||||
result["InfoHash"] = result["infoHash"] if "infoHash" in result else None
|
||||
result["Title"] = result["title"]
|
||||
result["Link"] = result["downloadUrl"]
|
||||
result["Tracker"] = result["indexer"]
|
||||
|
||||
Reference in New Issue
Block a user