mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
9 lines
146 B
C#
9 lines
146 B
C#
using NzbDrone.Core.ThingiProvider;
|
|
|
|
namespace NzbDrone.Core.Metadata
|
|
{
|
|
public class MetadataDefinition : ProviderDefinition
|
|
{
|
|
}
|
|
}
|