Add missing DAEMON_READY reducer #107

Merged
6ea86b96 merged 10 commits from redux into redux 2017-05-02 23:47:39 +02:00
Showing only changes of commit f5b06bbc30 - 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()
}