mirror of
https://github.com/Radarr/Radarr
synced 2026-02-01 12:22:15 +01: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; }
|
|
}
|
|
} |