mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cardigannindexer: add tmdbid as auto-optional field
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers
|
|||||||
set => base.configData = value;
|
set => base.configData = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected readonly string[] OptionalFields = { "imdb", "rageid", "tvdbid", "poster" };
|
protected readonly string[] OptionalFields = { "imdb", "rageid", "tmdbid", "tvdbid", "poster" };
|
||||||
|
|
||||||
private static readonly string[] _SupportedLogicFunctions =
|
private static readonly string[] _SupportedLogicFunctions =
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user