RelPopLoc

This commit is contained in:
Gregorio
2019-03-03 17:14:31 +01:00
parent db8800965d
commit 8af517b965
2 changed files with 26 additions and 13 deletions
+2 -1
View File
@@ -90,7 +90,8 @@ class VideoPlayer extends React.Component {
axios
.post('http://site1854.tw.cs.unibo.it/videotrack', {
id: videoIdWatched.toString(),
reason: reason || undefined
reason: reason || undefined,
prevId: localStorage['prevId']
})
.then(
response => console.info(response.data),