Fix Download e Speedvideo

This commit is contained in:
Alhaziel01
2019-11-16 13:40:00 +01:00
committed by marco
parent de759e2310
commit e91bce397f
3 changed files with 14 additions and 9 deletions

View File

@@ -622,7 +622,7 @@ def set_context_commands(item, parent_item):
download='season').tourl())))
# Descargar episodio
elif item.contentType == 'episode' and item.action in ["findvideos"]:
elif item.contentType == 'episode' and item.action in ["findvideos", "play"]:
item.contentType == "episode"
context_commands.append((config.get_localized_string(60356), "XBMC.RunPlugin(%s?%s)" %
(sys.argv[0], item.clone(channel="downloads", action="save_download",