Fixed: (FileList) Add alternative URL and return only FL results when fl-only is set

This commit is contained in:
Bogdan
2023-01-30 08:21:46 +02:00
parent 0685c2eb04
commit 0c0cbdac2f
8 changed files with 325 additions and 324 deletions

View File

@@ -1,13 +1,10 @@
using System.Collections.Generic;
using System.Threading;
using Microsoft.Extensions.Configuration;
using NLog;
using Npgsql;
using NUnit.Framework;
using NzbDrone.Common.Extensions;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Datastore.Migration.Framework;
using NzbDrone.Core.Indexers.FileList;
using NzbDrone.Core.Indexers.Definitions.FileList;
using NzbDrone.Test.Common;
using NzbDrone.Test.Common.Datastore;
using Prowlarr.Http.ClientSchema;