Add missing DAEMON_READY reducer #107
1 changed files with 0 additions and 1 deletions
|
@ -276,7 +276,6 @@ export function doWatchVideo() {
|
||||||
|
|
||||||
// we already fully downloaded the file
|
// we already fully downloaded the file
|
||||||
if (fileInfo && fileInfo.completed) {
|
if (fileInfo && fileInfo.completed) {
|
||||||
dispatch(doLoadVideo())
|
|
||||||
return Promise.resolve()
|
return Promise.resolve()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue