mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update foreach loops
This commit is contained in:
@@ -271,7 +271,7 @@ class TMDB extends TV
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($showAlternativeTitles !== null && \is_array($showAlternativeTitles)) {
|
||||
if (\is_array($showAlternativeTitles)) {
|
||||
foreach ($showAlternativeTitles['results'] as $aka) {
|
||||
$highest['alternative_titles'][] = $aka['title'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user