Increase logging
This commit is contained in:
parent
341571e232
commit
9f4dbe6ee5
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,7 @@ def _kodi_playlist_identical(xml_element):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
@utils.log_time
|
||||||
def full_sync():
|
def full_sync():
|
||||||
"""
|
"""
|
||||||
Full sync of playlists between Kodi and Plex. Returns True is successful,
|
Full sync of playlists between Kodi and Plex. Returns True is successful,
|
||||||
|
@ -368,6 +369,7 @@ def full_sync():
|
||||||
delete_plex_playlist(playlist)
|
delete_plex_playlist(playlist)
|
||||||
except PL.PlaylistError:
|
except PL.PlaylistError:
|
||||||
pass
|
pass
|
||||||
|
LOG.info('Playlist full sync done')
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue