Remove obsolete encoding
This commit is contained in:
parent
cd7b509248
commit
d54014cff8
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Player(xbmc.Player):
|
|||
|
||||
# Save currentFile for cleanup later and for references
|
||||
self.currentFile = currentFile
|
||||
window('plex_lastPlayedFiled', value=tryEncode(currentFile))
|
||||
window('plex_lastPlayedFiled', value=currentFile)
|
||||
# We may need to wait for info to be set in kodi monitor
|
||||
itemId = window("plex_%s.itemid" % tryEncode(currentFile))
|
||||
count = 0
|
||||
|
|
Loading…
Reference in a new issue