mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Hounddawgs: fix bannerUri usage
This commit is contained in:
@@ -180,7 +180,7 @@ namespace Jackett.Indexers
|
||||
|
||||
Uri bannerUri;
|
||||
if (Uri.TryCreate(banner, UriKind.Absolute, out bannerUri))
|
||||
release.BannerUrl = new Uri(banner);
|
||||
release.BannerUrl = bannerUri;
|
||||
|
||||
var qLink = row.Cq().Find("a[href^=\"torrents.php?id=\"][onmouseover]");
|
||||
Uri commentUri;
|
||||
|
Reference in New Issue
Block a user