Default separater will be " - " now

This commit is contained in:
Mark McDowall 2013-05-30 18:56:27 -07:00
parent d2a59ea404
commit 9a68785c26
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace NzbDrone.Core.Organizer
return new NamingConfig
{
UseSceneName = false,
Separator = "-",
Separator = " - ",
NumberStyle = 0,
IncludeSeriesTitle = true,
MultiEpisodeStyle = 0,