Update kodi error reporting

pull/354/head
Paulus Schoutsen 2015-09-11 18:03:02 -07:00
parent 050fe809e1
commit 6624cfefd6
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class KodiDevice(MediaPlayerDevice):
try:
return self._server.Player.GetActivePlayers()
except jsonrpc_requests.jsonrpc.TransportError:
_LOGGER.exception('Unable to fetch kodi data')
return None
@property