From fcb5e131dc7257f2fc13cc8952f19bf56718211c Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 8 Jul 2018 11:30:02 +0200 Subject: [PATCH] Less logging --- resources/lib/playlist_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playlist_func.py b/resources/lib/playlist_func.py index 9bd668c0..a19b4df0 100644 --- a/resources/lib/playlist_func.py +++ b/resources/lib/playlist_func.py @@ -345,7 +345,7 @@ def verify_kodi_item(plex_id, kodi_item): # Need more info since we don't have kodi_id nor type. Use file path. if (kodi_item['file'].startswith('plugin') or kodi_item['file'].startswith('http')): - LOG.error('kodi_item %s cannot be used for Plex playback', kodi_item) + LOG.info('kodi_item %s cannot be used for Plex playback', kodi_item) raise PlaylistError LOG.debug('Starting research for Kodi id since we didnt get one: %s', kodi_item)