Fix typo
This commit is contained in:
parent
bc746631a5
commit
bc1b975102
1 changed files with 2 additions and 2 deletions
|
@ -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 ):
|
||||
|
|
Loading…
Reference in a new issue