]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Sun, 3 Jan 2021 13:46:47 +0000 (14:46 +0100)
committerVincent <vincent@enhydra.fr>
Sun, 3 Jan 2021 13:46:47 +0000 (14:46 +0100)
.idea/workspace.xml
scripts/lib/tmdb.php

index 7c30c75f6896e4119aee139d551a4cf473e4fc5e..c6d07f1ac4c3236c0979b1ffee2153ddb813ef44 100644 (file)
       <workItem from="1608294874717" duration="62000" />
       <workItem from="1608294975826" duration="1188000" />
       <workItem from="1609367639356" duration="870000" />
-      <workItem from="1609595112361" duration="1596000" />
-    </task>
-    <task id="LOCAL-00378" summary=".">
-      <created>1605086965249</created>
-      <option name="number" value="00378" />
-      <option name="presentableId" value="LOCAL-00378" />
-      <option name="project" value="LOCAL" />
-      <updated>1605086965249</updated>
+      <workItem from="1609595112361" duration="2602000" />
     </task>
     <task id="LOCAL-00379" summary=".">
       <created>1605092224515</created>
       <option name="project" value="LOCAL" />
       <updated>1609368494151</updated>
     </task>
-    <option name="localTasksCounter" value="427" />
+    <task id="LOCAL-00427" summary=".">
+      <created>1609675360473</created>
+      <option name="number" value="00427" />
+      <option name="presentableId" value="LOCAL-00427" />
+      <option name="project" value="LOCAL" />
+      <updated>1609675360474</updated>
+    </task>
+    <option name="localTasksCounter" value="428" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 59142accf6c2e0ac429bca2d3dfb90968491720a..9073d42f05d090212d97af2b54b3f1c282b24ece 100644 (file)
@@ -369,7 +369,7 @@ class mediaLibrary
             if($alt===''){
                 return '';
             }
-            return cacheMedia($alt);
+            return cacheMedia('/volume1/Share/'.$alt);
         } else {
             return cacheMedia('https://image.tmdb.org/t/p/w500' . $path);
         }