Redux #115

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

View file

@ -284,7 +284,7 @@ export function doWatchVideo() {
if (cost > balance) {
dispatch(doOpenModal('notEnoughCredits'))
}
else if (cost <= 0.01) {
else if (cost <= 0.01 || fileInfo.written_bytes > 0) {
dispatch(doLoadVideo())
} else {
dispatch(doOpenModal('affirmPurchase'))