diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index e4b3d8ad..73eeacb9 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -1822,7 +1822,5 @@ def prevent_busy(item=None): def fakeVideo(): xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xbmcgui.ListItem(path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4"))) while not is_playing(): - xbmc.sleep(10) - if xbmc.getCondVisibility("system.platform.android"): - xbmc.sleep(300) + xbmc.sleep(100) xbmc.Player().stop() \ No newline at end of file diff --git a/resources/kod.mp4 b/resources/kod.mp4 index a06928ae..66b7c091 100644 Binary files a/resources/kod.mp4 and b/resources/kod.mp4 differ