Archived
finito fvitali
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user