fix play next episode dont prompt setting

This commit is contained in:
faush01
2020-04-11 08:57:22 +10:00
parent fb032f9bde
commit c6a414751e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.embycon"
name="EmbyCon"
version="1.9.71"
version="1.9.72"
provider-name="Team B">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View File

@@ -992,8 +992,7 @@ def prompt_for_stop_actions(item_id, data):
delete(item_id)
# prompt for next episode
if (play_prompt and
next_episode is not None and
if (next_episode is not None and
prompt_next_percentage < 100 and
item_type == "Episode" and
percenatge_complete > prompt_next_percentage):