finito fvitali

This commit is contained in:
Gregorio
2019-02-11 18:27:21 +01:00
parent ca17c2d73b
commit d0ce052bc4
7 changed files with 79 additions and 75 deletions
+5
View File
@@ -91,11 +91,16 @@ class VideoPlayer extends React.Component {
error => console.info(error, videoIdWatched.toString())
);
// local storage logic for recent reccomender
// let temp=localStorage.getItem('lastWatched');
// temp.push({id: videoIdWatched.toString(), date: new Date})
//.finally(()=>{})
clearInterval(timerId1);
},
error => console.error(error)
)
.finally(() => this.setState({ promise1: null, outsideReject1: null }));
break;
case 5: