From bc1b975102406013f01563b3b2b51f7bee0b58c6 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 19 Feb 2016 20:26:48 -0600 Subject: [PATCH] Fix typo --- resources/lib/player.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/player.py b/resources/lib/player.py index e6ad6d93..1fe64d17 100644 --- a/resources/lib/player.py +++ b/resources/lib/player.py @@ -413,11 +413,11 @@ class Player(xbmc.Player): log = self.logMsg window = utils.window # Will be called when user stops xbmc playing a file - logMsg("ONPLAYBACK_STOPPED", 2) + log("ONPLAYBACK_STOPPED", 2) window('emby_customPlaylist', clear=True) window('emby_customPlaylist.seektime', clear=True) window('emby_playbackProps', clear=True) - logMsg("Clear playlist properties.", 1) + log("Clear playlist properties.", 1) self.stopAll() def onPlayBackEnded( self ):