Fix capitalization
This commit is contained in:
parent
dc127fd0bf
commit
b23bdfe65f
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class KodiMonitor(xbmc.Monitor):
|
|||
|
||||
# Save currentFile for cleanup later and to be able to access refs
|
||||
window('plex_lastPlayedFiled', value=currentFile)
|
||||
window('Plex_currently_playing_itemid', value=plexid)
|
||||
window('plex_currently_playing_itemid', value=plexid)
|
||||
window("emby_%s.itemid" % tryEncode(currentFile), value=plexid)
|
||||
log.info('Finish playback startup')
|
||||
|
||||
|
|
Loading…
Reference in a new issue