Improve logging
This commit is contained in:
parent
109fafcf4c
commit
61e185ae4f
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def sync_plex_playlist(plex_id=None, xml=None, playlist=None):
|
||||||
prefix = utils.settings('syncSpecificPlexPlaylistsPrefix').lower()
|
prefix = utils.settings('syncSpecificPlexPlaylistsPrefix').lower()
|
||||||
if name and name.lower().startswith(prefix):
|
if name and name.lower().startswith(prefix):
|
||||||
return True
|
return True
|
||||||
LOG.debug('User chose to not sync Plex playlist')
|
LOG.debug('User chose to not sync Plex playlist %s', name)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue