From 9f4dbe6ee5545cc6e248e40474a61927a89df9ed Mon Sep 17 00:00:00 2001 From: Croneter Date: Tue, 1 May 2018 17:13:00 +0200 Subject: [PATCH] Increase logging --- resources/lib/playlists.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lib/playlists.py b/resources/lib/playlists.py index db381a86..99e6d331 100644 --- a/resources/lib/playlists.py +++ b/resources/lib/playlists.py @@ -272,6 +272,7 @@ def _kodi_playlist_identical(xml_element): pass +@utils.log_time def full_sync(): """ Full sync of playlists between Kodi and Plex. Returns True is successful, @@ -368,6 +369,7 @@ def full_sync(): delete_plex_playlist(playlist) except PL.PlaylistError: pass + LOG.info('Playlist full sync done') return True