mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 10:26:54 +00:00
10 lines
No EOL
244 B
C#
10 lines
No EOL
244 B
C#
using NzbDrone.Api.Config;
|
|
|
|
namespace NzbDrone.Api.Naming
|
|
{
|
|
public class NamingResource : NamingConfigResource
|
|
{
|
|
public string SingleEpisodeExample { get; set; }
|
|
public string MultiEpisodeExample { get; set; }
|
|
}
|
|
} |