mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
@@ -0,0 +1,10 @@
|
||||
using System.Linq;
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
|
||||
namespace NzbDrone.Core.IndexerProxies
|
||||
{
|
||||
public class IndexerProxyDefinition : ProviderDefinition
|
||||
{
|
||||
public override bool Enable => Tags.Any();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user