Fix accidental commit

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

View file

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