filelist: enable tvsearch by imdbid (#14129)

This commit is contained in:
Bogdan 2023-03-06 14:51:38 +02:00 committed by GitHub
parent 0c10704eae
commit 6eac3953a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ namespace Jackett.Common.Indexers
BookSearchParams = new List<BookSearchParam>
{
BookSearchParam.Q
}
},
TvSearchImdbAvailable = true
},
configService: configService,
client: wc,