diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index 8580ec75..6807a38a 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -289,7 +289,7 @@ class KodiMonitor(xbmc.Monitor): LOG.debug('Detected different path') try: tmp_plex_id = int(utils.REGEX_PLEX_ID.findall(path)[0]) - except IndexError: + except (IndexError, TypeError): LOG.debug('No Plex id in path, need to init playqueue') initialize = True else: