mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Reset $this->posterUrl in TVDB class
This commit is contained in:
@@ -91,6 +91,8 @@ class TVDB extends TV
|
||||
foreach ($res as $row) {
|
||||
$tvDbId = false;
|
||||
|
||||
$this->posterUrl = '';
|
||||
|
||||
// Clean the show name for better match probability
|
||||
$release = $this->parseInfo($row['searchname']);
|
||||
if (\is_array($release) && $release['name'] !== '') {
|
||||
|
||||
Reference in New Issue
Block a user