Prettify
This commit is contained in:
parent
68887772df
commit
adb43b2bbf
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class KodiMonitor(Monitor):
|
||||||
status['plex_type'] = plex_type
|
status['plex_type'] = plex_type
|
||||||
status['playmethod'] = item.playmethod
|
status['playmethod'] = item.playmethod
|
||||||
status['playcount'] = item.playcount
|
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
|
@thread_methods
|
||||||
|
|
Loading…
Reference in a new issue