mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
9 lines
162 B
C#
9 lines
162 B
C#
using System;
|
|
|
|
namespace NzbDrone.Api.Metadata
|
|
{
|
|
public class MetadataResource : ProviderResource
|
|
{
|
|
public Boolean Enable { get; set; }
|
|
}
|
|
} |