1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed: Removed Animezb indexer

This commit is contained in:
Mark McDowall
2015-01-16 07:32:22 -08:00
parent 8b6ecca8c9
commit 090ba3bb86
12 changed files with 17 additions and 194 deletions
@@ -1,4 +1,6 @@
using NzbDrone.Core.Datastore;
using System.Data;
using Marr.Data;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Core.ThingiProvider;
@@ -7,7 +9,6 @@ namespace NzbDrone.Core.Indexers
{
public interface IIndexerRepository : IProviderRepository<IndexerDefinition>
{
}
public class IndexerRepository : ProviderRepository<IndexerDefinition>, IIndexerRepository