Change log message
The event is not catastrophic in Jellyfin, so it can be hidden the user unless debug level logs are enabled
This commit is contained in:
parent
a783b3c739
commit
ca0a9215fe
|
|
@ -175,7 +175,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata
|
|||
{
|
||||
if (eventArgs == null || eventArgs.ItemId == Guid.Empty)
|
||||
{
|
||||
Logger.LogWarning("PlaybackProgress called with null or empty Guid.");
|
||||
Logger.LogDebug("Skipping progress synchronization: PlaybackProgress event triggered with null or empty Guid.");
|
||||
return;
|
||||
}
|
||||
if (Instance!.Configuration.JFTASync && eventArgs.Users.Any(u => Instance!.Configuration.JFUsernameFrom.Equals(u.Username, StringComparison.Ordinal)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue