some info tags

This commit is contained in:
lukas-heiligenbrunner 2020-04-04 12:24:49 +02:00
parent 5448d85c18
commit cc3e39c598
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ class Movie
{
public function reindexMovies()
{
// todo search in folder for video files
// todo reindex them and search in TheMovieDatabase for infos --> store them in DB
}
}

View File

@ -51,5 +51,4 @@ if (isset($_POST['action'])) {
} else {
echo('{"data":"error"}');
}
$conn->close();
return;