mirror of
https://github.com/jellyfin/jellyfin-plugin-simkl.git
synced 2024-11-23 05:39:51 +00:00
Change Error Logging (#37)
This commit is contained in:
parent
42cdcbe8ef
commit
fde7e407fe
@ -98,7 +98,7 @@ namespace Jellyfin.Plugin.Simkl.Services
|
||||
var userConfig = SimklPlugin.Instance?.Configuration.GetByGuid(userId);
|
||||
if (userConfig == null || string.IsNullOrEmpty(userConfig.UserToken))
|
||||
{
|
||||
_logger.LogError(
|
||||
_logger.LogInformation(
|
||||
"Can't scrobble: User {UserName} not logged in ({UserConfigStatus})",
|
||||
eventArgs.Session.UserName,
|
||||
userConfig == null);
|
||||
|
Loading…
Reference in New Issue
Block a user