From ebb3b81d487bac5a60f5841d169d1342e8c710a3 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Sat, 13 Apr 2024 12:40:12 -0400 Subject: [PATCH] Forgot to click save on this one --- .../Configuration/PluginConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs index 5549843..896321f 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs @@ -206,7 +206,7 @@ public class PluginConfiguration : BasePluginConfiguration /// /// Gets or sets the notification text sent after automatically skipping credits. /// - public string AutoSkipCreditsNotificationText { get; set; } = "Intro skipped"; + public string AutoSkipCreditsNotificationText { get; set; } = "Credits skipped"; /// /// Gets or sets the number of threads for an ffmpeg process.