mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 21:49:13 +02:00
@@ -228,7 +228,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
? "Tags: " + string.Join(", ", tags) + "\n"
|
||||
: null;
|
||||
Uri poster = null;
|
||||
if (!string.IsNullOrEmpty(cover))
|
||||
if (!string.IsNullOrEmpty(cover) && cover.StartsWith("http"))
|
||||
poster = new Uri(cover);
|
||||
var release = new ReleaseInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user