parse genres from tmdb

popup to add a new tag manually
added some key props to prevent warnings
This commit is contained in:
2020-06-08 17:52:58 +02:00
parent 21ccd165c2
commit 3402c7fa3b
10 changed files with 194 additions and 19 deletions

View File

@ -35,6 +35,3 @@ class TMDBMovie
return $reply->genres;
}
}
$temp = new TMDBMovie();
$temp->searchMovie("007 - Ein quantum Trost");