mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
New: Added a single period as a separator when naming episodes.
This commit is contained in:
@@ -19,6 +19,12 @@ namespace NzbDrone.Core.Helpers
|
||||
Id = 1,
|
||||
Name = "Space",
|
||||
Pattern = " "
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 2,
|
||||
Name = "Period",
|
||||
Pattern = "."
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user