mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-02 05:46:54 +01: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; }
|
|
}
|
|
} |