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