mirror of
https://github.com/Radarr/Radarr
synced 2026-05-06 04:30:42 +02:00
9 lines
No EOL
162 B
C#
9 lines
No EOL
162 B
C#
using System;
|
|
|
|
namespace NzbDrone.Api.Metadata
|
|
{
|
|
public class MetadataResource : ProviderResource
|
|
{
|
|
public Boolean Enable { get; set; }
|
|
}
|
|
} |