Update skip delete message

Github wiki updated accordingly
This commit is contained in:
angelblue05 2016-02-12 16:30:20 -06:00
parent 4ce9417771
commit 54e998d579
4 changed files with 16 additions and 8 deletions

View file

@ -482,7 +482,7 @@ class Player(xbmc.Player):
offerDelete = False
if percentComplete >= markPlayedAt and offerDelete:
if utils.settings('skipConfirmDelete') != "true":
if utils.settings('skipPlayback') != "true":
resp = xbmcgui.Dialog().yesno(
heading="Confirm delete",
line1="Delete file on Emby Server?")