Removes log for cleanup
parent
61c955779b
commit
75c3e42064
|
@ -166,7 +166,6 @@ class KodiDevice(MediaPlayerDevice):
|
|||
@property
|
||||
def media_content_id(self):
|
||||
""" Content ID of current playing media. """
|
||||
_LOGGER.info(self._item)
|
||||
if self._item is not None:
|
||||
return self._item.get('uniqueid', None)
|
||||
|
||||
|
|
Loading…
Reference in New Issue