From: Vincent Date: Wed, 4 Mar 2020 08:05:10 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d66e198624d4223188b695f3a679d0ae9505584f;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 519cd5e..199a502 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,11 +3,7 @@ - - - - - + @@ -1217,12 +1214,12 @@ - + - + @@ -1236,12 +1233,12 @@ - + - + diff --git a/scripts/lib/tmdb.php b/scripts/lib/tmdb.php index ea55197..e4950ad 100644 --- a/scripts/lib/tmdb.php +++ b/scripts/lib/tmdb.php @@ -124,7 +124,7 @@ class tvShowLibrary extends mediaLibrary foreach ($it as $f) { /** @var $f SplFileInfo */ if ($f->getFilename() == '.tmbd.id') { - rename($f->getPathname(), str_replace('.tmbd.id', '.tmdb.id', $f->getPathname())); + @rename($f->getPathname(), str_replace('.tmbd.id', '.tmdb.id', $f->getPathname())); continue; } if ($f->isDir() || ($f->getFilename() != '.tmdb.id')) {