From f22b19dc709db3759140eb76fb20de7d1b8d1070 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sun, 1 Sep 2024 16:56:33 +0200 Subject: [PATCH] make Autoskip less noisy --- ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs | 2 +- ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs index 7656e7b..638daee 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs @@ -115,7 +115,7 @@ public class AutoSkip : IHostedService, IDisposable { if (WarningManager.HasFlag(PluginWarning.UnableToAddSkipButton)) { - _logger.LogInformation("using autoskip to skip the intro because the injection of the skip button failed"); + _logger.LogTrace("using autoskip to skip the intro because the injection of the skip button failed"); } // only need for official Android TV App and jellyfin-kodi diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs index 998f9a6..edc9525 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs @@ -115,7 +115,7 @@ public class AutoSkipCredits : IHostedService, IDisposable { if (WarningManager.HasFlag(PluginWarning.UnableToAddSkipButton)) { - _logger.LogInformation("using autoskip to skip the credits because the injection of the skip button failed"); + _logger.LogTrace("using autoskip to skip the credits because the injection of the skip button failed"); } // only need for official Android TV App and jellyfin-kodi