From: Vincent Date: Mon, 16 Nov 2020 13:08:48 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=40fe96dd22e9d4e45b6cb82f6d6c7a0a61a13ebd;p=tortuga-home.git . --- 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']);