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

Fixed: (Cardigann) Poster & tmbid are Optional by default

missed jackett commit f5802306fa1fe4edb4c7f997100a6caebe71e989
Fixes 
pull/633/head
bakerboy448 3 years ago committed by Qstick
parent 884aecf846
commit 8bce43ac29

@ -28,7 +28,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
protected readonly List<CategoryMapping> _categoryMapping = new List<CategoryMapping>();
protected readonly List<string> _defaultCategories = new List<string>();
protected readonly string[] OptionalFields = new string[] { "imdb", "imdbid", "rageid", "tvdbid", "banner", "description" };
protected readonly string[] OptionalFields = new string[] { "imdb", "imdbid", "rageid", "tmdbid", "tvdbid", "poster", "banner", "description" };
protected static readonly string[] _SupportedLogicFunctions =
{

Loading…
Cancel
Save