diff --git a/platformcode/launcher.py b/platformcode/launcher.py index 42fc9c11..9adcfeee 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -412,7 +412,7 @@ def play_from_library(item): # Intentamos reproducir una imagen (esto no hace nada y ademas no da error) xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xbmcgui.ListItem( - path=os.path.join(config.get_runtime_path(), "resources", "subtitle.mp4"))) + path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4"))) # Por si acaso la imagen hiciera (en futuras versiones) le damos a stop para detener la reproduccion sleep(0.5) ### Si no se pone esto se bloquea Kodi diff --git a/resources/kod.mp4 b/resources/kod.mp4 new file mode 100644 index 00000000..8f3e37a7 Binary files /dev/null and b/resources/kod.mp4 differ