New: Added a single period as a separator when naming episodes.

This commit is contained in:
Mark McDowall
2012-04-14 17:17:36 -07:00
parent 5ed53008c6
commit 8618117926
3 changed files with 66 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ namespace NzbDrone.Core.Helpers
Id = 1,
Name = "Space",
Pattern = " "
},
new EpisodeSortingType
{
Id = 2,
Name = "Period",
Pattern = "."
}
};