mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
fix: tmdb service
This commit is contained in:
@@ -46,13 +46,11 @@ class ProcessTvJob implements ShouldQueue
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
$tv = Tv::find($this->id);
|
||||
|
||||
// Tv
|
||||
|
||||
$tvScraper = new Client\TV($this->id);
|
||||
|
||||
Tv::updateOrCreate(['id' => $this->id], $tvScraper->getTv());
|
||||
$tv = Tv::updateOrCreate(['id' => $this->id], $tvScraper->getTv());
|
||||
|
||||
// Companies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user