1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00
Files
Radarr/src/NzbDrone.Api/Metadata/MetadataResource.cs
2015-10-03 21:14:06 +02:00

9 lines
159 B
C#

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