mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-05-19 13:55:11 -04:00
make prowlarr use the guid (magnet link) instead of the weird http url that's stored in the magnetUrl field
This commit is contained in:
@@ -44,7 +44,7 @@ class Prowlarr(GenericIndexer):
|
||||
IndexerQueryResult(
|
||||
download_url=result["downloadUrl"]
|
||||
if "downloadUrl" in result
|
||||
else result["magnetUrl"],
|
||||
else result["guid"],
|
||||
title=result["sortTitle"],
|
||||
seeders=result["seeders"],
|
||||
flags=result["indexerFlags"],
|
||||
|
||||
Reference in New Issue
Block a user