mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
8 lines
144 B
C#
8 lines
144 B
C#
using NzbDrone.Core.ThingiProvider;
|
|
|
|
namespace NzbDrone.Core.Indexers
|
|
{
|
|
public class IndexerDefinition : ProviderDefinition
|
|
{
|
|
}
|
|
} |