From 3693c36a20915251b976f5e8766cc268b43ff58e Mon Sep 17 00:00:00 2001 From: 6ea86b96 <6ea86b96@gmail.com> Date: Tue, 2 May 2017 21:33:37 +0700 Subject: [PATCH] Fix accidental commit --- ui/js/actions/content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/js/actions/content.js b/ui/js/actions/content.js index 69886570b..fb24a0458 100644 --- a/ui/js/actions/content.js +++ b/ui/js/actions/content.js @@ -276,7 +276,6 @@ export function doWatchVideo() { // we already fully downloaded the file if (fileInfo && fileInfo.completed) { - dispatch(doLoadVideo()) return Promise.resolve() }