mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-25 07:23:16 +00:00
Fix namespace
This commit is contained in:
parent
2c13fcf579
commit
263f3c46b1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ using NzbDrone.Core.Indexers;
|
|||
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