From adb43b2bbfbb0e9db683154d5ad820f68ac59552 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 3 Feb 2018 16:20:10 +0100 Subject: [PATCH] Prettify --- resources/lib/kodimonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index 952f3bb9..a2ae9a8f 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -400,7 +400,7 @@ class KodiMonitor(Monitor): status['plex_type'] = plex_type status['playmethod'] = item.playmethod status['playcount'] = item.playcount - LOG.debug('Set the player state: %s', state.PLAYER_STATES[playerid]) + LOG.debug('Set the player state: %s', status) @thread_methods