Better logging
This commit is contained in:
parent
5250e56f7c
commit
447d233df1
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ def init_Plex_playlist(playlist, plex_id=None, kodi_item=None):
|
|||
|
||||
Returns the first PKC playlist item or raises PlaylistError
|
||||
"""
|
||||
LOG.debug('Initializing the playlist %s on the Plex side', playlist)
|
||||
LOG.debug('Initializing the playlist on the Plex side: %s', playlist)
|
||||
playlist.clear(kodi=False)
|
||||
try:
|
||||
if plex_id:
|
||||
|
|
Loading…
Reference in a new issue