extend regular expression for ending credit chapters
This commit is contained in:
parent
98c9c03f28
commit
8a27f15fe1
@ -119,7 +119,7 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||
/// Gets or sets the regular expression used to detect ending credit chapters.
|
||||
/// </summary>
|
||||
public string ChapterAnalyzerEndCreditsPattern { get; set; } =
|
||||
@"(^|\s)(Credits?|ED|Ending)(\s|$)";
|
||||
@"(^|\s)(Credits?|ED|Ending|End|Outro)(\s|$)";
|
||||
|
||||
// ===== Playback settings =====
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user