fix bug of not cleaning up gravity correctly

This commit is contained in:
2020-10-06 01:26:26 +02:00
parent d799cdd610
commit 6076512dd0
2 changed files with 12 additions and 8 deletions

View File

@ -53,9 +53,9 @@ class MovieSettings extends React.Component {
const updateRequest = new FormData();
// fetch all videos available
fetch('/api/extractvideopreviews.php', {method: 'POST', body: updateRequest})
.then((response) => response.json()
.then((response) => response.text()
.then((result) => {
// todo 2020-07-4: some kind of start event
// todo 2020-07-4: some kind of return finished handler
console.log("returned");
}))
.catch(() => {