diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index d6e558ed..fc9872c2 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -288,7 +288,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: