extend regular expression for ending credit chapters

This commit is contained in:
Kilian von Pflugk 2024-09-01 14:00:58 +02:00 committed by TwistedUmbrellaX
parent 98c9c03f28
commit 8a27f15fe1

View File

@ -119,7 +119,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// Gets or sets the regular expression used to detect ending credit chapters. /// Gets or sets the regular expression used to detect ending credit chapters.
/// </summary> /// </summary>
public string ChapterAnalyzerEndCreditsPattern { get; set; } = public string ChapterAnalyzerEndCreditsPattern { get; set; } =
@"(^|\s)(Credits?|ED|Ending)(\s|$)"; @"(^|\s)(Credits?|ED|Ending|End|Outro)(\s|$)";
// ===== Playback settings ===== // ===== Playback settings =====