diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index be1d2255..409b3812 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -212,6 +212,8 @@ class KodiMonitor(Monitor): } Will NOT be called if playback initiated by Kodi widgets """ + if 'id' not in data['item']: + return old = state.OLD_PLAYER_STATES[data['playlistid']] if (not state.DIRECT_PATHS and data['position'] == 0 and not PQ.PLAYQUEUES[data['playlistid']].items and