make Autoskip less noisy

This commit is contained in:
Kilian von Pflugk 2024-09-01 16:56:33 +02:00
parent 7dc20cff0d
commit f22b19dc70
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ public class AutoSkip : IHostedService, IDisposable
{ {
if (WarningManager.HasFlag(PluginWarning.UnableToAddSkipButton)) 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 // only need for official Android TV App and jellyfin-kodi

View File

@ -115,7 +115,7 @@ public class AutoSkipCredits : IHostedService, IDisposable
{ {
if (WarningManager.HasFlag(PluginWarning.UnableToAddSkipButton)) 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 // only need for official Android TV App and jellyfin-kodi