mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Default separater will be " - " now
This commit is contained in:
parent
d2a59ea404
commit
9a68785c26
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace NzbDrone.Core.Organizer
|
||||||
return new NamingConfig
|
return new NamingConfig
|
||||||
{
|
{
|
||||||
UseSceneName = false,
|
UseSceneName = false,
|
||||||
Separator = "-",
|
Separator = " - ",
|
||||||
NumberStyle = 0,
|
NumberStyle = 0,
|
||||||
IncludeSeriesTitle = true,
|
IncludeSeriesTitle = true,
|
||||||
MultiEpisodeStyle = 0,
|
MultiEpisodeStyle = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue