Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/bdc4aade0f4a9f5acf43c9b808d79b41226141b6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Use extra release fields in PassThePopcorn parser

pull/6949/merge v5.2.6.8376
Bogdan 1 year ago
parent b2300dbf41
commit bdc4aade0f

@ -91,6 +91,10 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
Scene = torrent.Scene,
Approved = torrent.Checked,
ImdbId = result.ImdbId.IsNotNullOrWhiteSpace() ? int.Parse(result.ImdbId) : 0,
Source = torrent.Source,
Container = torrent.Container,
Codec = torrent.Codec,
Resolution = torrent.Resolution,
IndexerFlags = flags
});
}

Loading…
Cancel
Save