1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-07 15:23:48 +00:00

Default separater will be " - " now

This commit is contained in:
Mark McDowall 2013-05-30 18:56:27 -07:00
parent d2a59ea404
commit 9a68785c26

View file

@ -11,7 +11,7 @@ public static NamingConfig Default
return new NamingConfig
{
UseSceneName = false,
Separator = "-",
Separator = " - ",
NumberStyle = 0,
IncludeSeriesTitle = true,
MultiEpisodeStyle = 0,