mirror of
https://github.com/Readarr/Readarr
synced 2026-02-17 04:01:35 +01:00
Fixed: Incorrect Namespace for TorrentSeedingSpecification.cs
This commit is contained in:
parent
b90f58763a
commit
17eac6dac7
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
using Moq;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using NzbDrone.Core.DecisionEngine.Specifications.Search;
|
||||
using NzbDrone.Core.DecisionEngine.Specifications;
|
||||
using NzbDrone.Core.Indexers;
|
||||
using NzbDrone.Core.Indexers.TorrentRss;
|
||||
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
|
||||
namespace NzbDrone.Core.DecisionEngine.Specifications.Search
|
||||
namespace NzbDrone.Core.DecisionEngine.Specifications
|
||||
{
|
||||
public class TorrentSeedingSpecification : IDecisionEngineSpecification
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue