mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-04 23:36:12 +00:00
Add autoclose to dialog
Delete after playback
This commit is contained in:
parent
52a5d35295
commit
8e9efe9734
2 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ class Player(xbmc.Player):
|
|||
offerDelete = False
|
||||
|
||||
if percentComplete >= markPlayedAt and offerDelete:
|
||||
resp = xbmcgui.Dialog().yesno(lang(30091), lang(33015))
|
||||
resp = xbmcgui.Dialog().yesno(lang(30091), lang(33015), autoclose=120000)
|
||||
if not resp:
|
||||
log("User skipped deletion.", 1)
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue