mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
4188946395
file name sample uses HTTP GET instead of post
8 lines
199 B
C#
8 lines
199 B
C#
namespace NzbDrone.Api.Config
|
|
{
|
|
public class NamingSampleResource
|
|
{
|
|
public string SingleEpisodeExample { get; set; }
|
|
public string MultiEpisodeExample { get; set; }
|
|
}
|
|
} |