From 40fe96dd22e9d4e45b6cb82f6d6c7a0a61a13ebd Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 16 Nov 2020 14:08:48 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 27 +++++++++++---------------- scripts/lib/tmdb.php | 1 - 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 31711c2..68a3f81 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,11 +3,6 @@ - - - - - @@ -1294,12 +1289,12 @@ - + - + diff --git a/scripts/lib/tmdb.php b/scripts/lib/tmdb.php index 5da815f..64d0719 100644 --- a/scripts/lib/tmdb.php +++ b/scripts/lib/tmdb.php @@ -138,7 +138,6 @@ class tvShowLibrary extends mediaLibrary continue; } if ($f->isDir() && !file_exists($f->getPath() . '/.tmdb.id') && strpos($f->getPath(), '.tt') !== false) { - $e = explode('.', $f->getPath()); $last = array_pop($e); $r = $this->find->findBy($last, ['external_source' => 'imdb_id']); -- 2.39.5