Improve logging
This commit is contained in:
parent
c4841ed946
commit
94641b9ed6
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ def create_plex_playlist(playlist=None, path=None):
|
|||
except PL.PlaylistError:
|
||||
continue
|
||||
update_plex_table(playlist, update_kodi_hash=True)
|
||||
LOG.info('Done creating Plex %s playlist %s',
|
||||
playlist.type, playlist.plex_name)
|
||||
LOG.info('Done creating Plex playlist %s', playlist)
|
||||
|
||||
|
||||
def delete_plex_playlist(playlist):
|
||||
|
|
Loading…
Reference in a new issue