fix: pr suggestion

This commit is contained in:
sct
2025-04-02 12:34:24 +09:00
parent 56f8a7ffb5
commit d6f8f45e25

View File

@@ -376,7 +376,7 @@ class PlexTvAPI extends ExternalAPI {
throw new Error('No pong response');
}
} catch (e) {
logger.error('Failed to ping token', {
logger.error(`Failed to ping token for ${displayName}`, {
label: 'Plex Refresh Token',
errorMessage: e.message,
userDisplayName: displayName,