Redux #115

Merged
6ea86b96 merged 57 commits from redux into redux 2017-05-05 22:55:12 +02:00
Showing only changes of commit 2ad50aa00d - Show all commits

View file

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