Update packages

This commit is contained in:
DariusIII
2024-01-08 19:00:14 +01:00
parent 59c59d049a
commit f55403ba2d
20 changed files with 39 additions and 53 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ $movie = new Movie(['Echo' => true]);
$colorCli = new ColorCLI();
$movies = $pdo->query('SELECT imdbid FROM movieinfo WHERE tmdbid = 0 ORDER BY id ASC');
if ($movies instanceof \Traversable) {
if ($movies instanceof Traversable) {
$count = $movies->rowCount();
if ($count > 0) {
$colorCli->header('Updating movie info for '.number_format($count).' movies.');