Log whether Plex artwork is synced to Kodi

This commit is contained in:
croneter 2019-01-27 08:33:15 +01:00
parent 1d991fd606
commit 4779f3e994

View file

@ -62,6 +62,8 @@ class Service():
LOG.info("%s Version: %s", v.ADDON_NAME, v.ADDON_VERSION)
LOG.info("PKC Direct Paths: %s",
utils.settings('useDirectPaths') == '1')
LOG.info("Synching Plex artwork to Kodi: %s",
utils.settings('usePlexArtwork') == 'true')
LOG.info("Number of sync threads: %s",
utils.settings('syncThreadNumber'))
LOG.info('Playlist m3u encoding: %s', v.M3U_ENCODING)