mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update Movie class doMovieUpdate function
This commit is contained in:
@@ -1095,7 +1095,7 @@ class Movie
|
||||
if ($imdbID !== false) {
|
||||
$this->service = $service;
|
||||
if ($this->echooutput && $this->service !== '' && Utility::isCLI()) {
|
||||
$this->colorCli->primary($service.' found IMDBid: tt'.$imdbID, true);
|
||||
$this->colorCli->primary($this->service.' found IMDBid: tt'.$imdbID, true);
|
||||
}
|
||||
|
||||
$movieInfoId = MovieInfo::query()->where('imdbid', $imdbID)->first(['id']);
|
||||
|
||||
Reference in New Issue
Block a user