mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Revert setting video id even if there is no episode
This commit is contained in:
@@ -198,9 +198,9 @@ class TMDB extends TV
|
||||
$this->colorCli->primary('Found TMDB Match!', true);
|
||||
}
|
||||
continue;
|
||||
} else {
|
||||
$this->setVideoIdFound($videoId, $row['id'], 0);
|
||||
}
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_TRAKT, $row['id']);
|
||||
} else {
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_TRAKT, $row['id']);
|
||||
|
||||
@@ -191,7 +191,8 @@ class TVDB extends TV
|
||||
$this->colorCli->primary('Found TVDB Match!', true);
|
||||
}
|
||||
} else {
|
||||
$this->setVideoIdFound($videoId, $row['id'], 0);
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_TVMAZE, $row['id']);
|
||||
}
|
||||
} else {
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
|
||||
@@ -177,9 +177,9 @@ class TVMaze extends TV
|
||||
$this->colorCli->primary('Found TVMaze Match!', true);
|
||||
}
|
||||
continue;
|
||||
} else {
|
||||
$this->setVideoIdFound($videoId, $row['id'], 0);
|
||||
}
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_TMDB, $row['id']);
|
||||
} else {
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_TMDB, $row['id']);
|
||||
|
||||
@@ -174,9 +174,9 @@ class TraktTv extends TV
|
||||
$this->colorCli->primary('Found TRAKT Match!', true);
|
||||
}
|
||||
continue;
|
||||
} else {
|
||||
$this->setVideoIdFound($videoId, $row['id'], 0);
|
||||
}
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_IMDB, $row['id']);
|
||||
} else {
|
||||
//Processing failed, set the episode ID to the next processing group
|
||||
$this->setVideoNotFound(parent::PROCESS_IMDB, $row['id']);
|
||||
|
||||
Reference in New Issue
Block a user