ci siamo quasi

This commit is contained in:
matteo
2018-12-15 00:24:41 +01:00
parent 46ea1fa2a4
commit 121a34f007
6 changed files with 1063 additions and 1001 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class VideoPlayer extends Component {
// local storage logic for recent reccomender
clearInterval(timerId1);
},
error => console.info(error)
error => console.error(error)
)
.finally(() => this.setState({ promise1: null }));
break;