mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
8 lines
No EOL
199 B
C#
8 lines
No EOL
199 B
C#
namespace NzbDrone.Api.Config
|
|
{
|
|
public class NamingSampleResource
|
|
{
|
|
public string SingleEpisodeExample { get; set; }
|
|
public string MultiEpisodeExample { get; set; }
|
|
}
|
|
} |