mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Added examples to EpisodeSorting Settings.
Added new Multi-Episode Naming (Scene).
This commit is contained in:
@@ -56,19 +56,25 @@ namespace NzbDrone.Core.Helpers
|
||||
{
|
||||
Id = 0,
|
||||
Name = "Extend",
|
||||
Pattern = ""
|
||||
Pattern = "S01E05-06"
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 1,
|
||||
Name = "Duplicate",
|
||||
Pattern = ""
|
||||
Pattern = "S01E05 - S01E06"
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 2,
|
||||
Name = "Repeat",
|
||||
Pattern = ""
|
||||
Pattern = "S01E05E06"
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 3,
|
||||
Name = "Scene",
|
||||
Pattern = "S01E05-E06"
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user