fix play next episode dont prompt setting
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user