mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
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; }
|
|
}
|
|
} |