mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New: Added a single period as a separator when naming episodes.
This commit is contained in:
parent
5ed53008c6
commit
8618117926
3 changed files with 66 additions and 0 deletions
|
@ -19,6 +19,12 @@ namespace NzbDrone.Core.Helpers
|
|||
Id = 1,
|
||||
Name = "Space",
|
||||
Pattern = " "
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 2,
|
||||
Name = "Period",
|
||||
Pattern = "."
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue