Fix accidental commit

This commit is contained in:
6ea86b96 2017-05-02 21:33:37 +07:00 committed by Jeremy Kauffman
parent 2b0c9bd17a
commit 3693c36a20

View file

@ -276,7 +276,6 @@ export function doWatchVideo() {
// we already fully downloaded the file
if (fileInfo && fileInfo.completed) {
dispatch(doLoadVideo())
return Promise.resolve()
}