From 6c801c326c265695fcc162d542af6df3290482d3 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 13 Feb 2016 23:29:01 -0600 Subject: [PATCH] Fix typo --- resources/lib/kodimonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index 3e54b77d..b94befe5 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -82,7 +82,7 @@ class KodiMonitor(xbmc.Monitor): kodiid = item['id'] type = item['type'] except (KeyError, TypeError): - self.logMsg("Properties already set for item.", 1) + self.logMsg("Item is invalid for playstate update.", 1) else: if ((utils.settings('useDirectPaths') == "1" and not type == "song") or (type == "song" and utils.settings('enableMusic') == "true")):