1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00
Files
Sonarr/src/NzbDrone.Api/Metadata/MetadataResource.cs
T
2014-02-12 22:44:07 -08:00

9 lines
162 B
C#

using System;
namespace NzbDrone.Api.Metadata
{
public class MetadataResource : ProviderResource
{
public Boolean Enable { get; set; }
}
}