diff --git a/misc/testing/PostProc/getMovieCovers.php b/misc/testing/PostProc/getMovieCovers.php index a6b63b164..965204245 100644 --- a/misc/testing/PostProc/getMovieCovers.php +++ b/misc/testing/PostProc/getMovieCovers.php @@ -6,7 +6,7 @@ use newznab\db\Settings; $pdo = new Settings(); -$movie = new \Film(array('Echo' => true, 'Settings' => $pdo)); +$movie = new Film(['Echo' => true, 'Settings' => $pdo]); $movies = $pdo->queryDirect("SELECT imdbid FROM movieinfo WHERE cover = 0 ORDER BY year ASC, id DESC"); if ($movies instanceof \Traversable) { @@ -23,4 +23,4 @@ if ($movies instanceof \Traversable) { } } echo "\n"; -} +} \ No newline at end of file diff --git a/misc/testing/PostProc/updateTvRage.php b/misc/testing/PostProc/updateTvRage.php index a4c79fe04..9ffc90aa6 100644 --- a/misc/testing/PostProc/updateTvRage.php +++ b/misc/testing/PostProc/updateTvRage.php @@ -7,7 +7,7 @@ use newznab\utility\Utility; $pdo = new Settings(); -$tvrage = new \TvAnger(['Settings' => $pdo, 'Echo' => true]); +$tvrage = new TvAnger(['Settings' => $pdo, 'Echo' => true]); $shows = $pdo->queryDirect("SELECT rageid FROM tvrage WHERE imgdata IS NULL ORDER BY rageid DESC LIMIT 2000"); if ($shows->rowCount() > 0) { diff --git a/www/templates/charisma/views/frontend/viewnzb.tpl b/www/templates/charisma/views/frontend/viewnzb.tpl index 6f9a0ab8b..d010dde48 100644 --- a/www/templates/charisma/views/frontend/viewnzb.tpl +++ b/www/templates/charisma/views/frontend/viewnzb.tpl @@ -34,7 +34,7 @@ {/if} {/if} {if $anidb && $release.anidbid > 0} - View all episodes 0} Add to My Shows - View all episodes Delete {/if} {if $movie && $release.rageid < 0} - Movie View 0} - View all episodes 0} Add to My Shows - View all episodes