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:
|
except PL.PlaylistError:
|
||||||
continue
|
continue
|
||||||
update_plex_table(playlist, update_kodi_hash=True)
|
update_plex_table(playlist, update_kodi_hash=True)
|
||||||
LOG.info('Done creating Plex %s playlist %s',
|
LOG.info('Done creating Plex playlist %s', playlist)
|
||||||
playlist.type, playlist.plex_name)
|
|
||||||
|
|
||||||
|
|
||||||
def delete_plex_playlist(playlist):
|
def delete_plex_playlist(playlist):
|
||||||
|
|
Loading…
Reference in a new issue