Prechádzať zdrojové kódy

fix unraid image
fix css on update pills
fix for temp radarr image cache

causefx 7 rokov pred
rodič
commit
ff28562067

+ 1 - 1
api/functions/organizr-functions.php

@@ -1604,7 +1604,7 @@ function cacheImage($url, $name)
 		mkdir($cacheDirectory, 0777, true);
 	}
 	$cachefile = $cacheDirectory . $name . '.jpg';
-	copy($url, $cachefile);
+	@copy($url, $cachefile);
 }
 
 function downloader($array)

+ 3 - 1
css/organizr.css

@@ -325,7 +325,9 @@ img.imageSourceBottom {
     filter: grayscale(100%);
 }
 
-td span.label.label-info {
+td span.label.label-info,
+td span.label.label-success,
+td span.label.label-warning {
     min-width: 80px !important;
     display: inline-block !important;
 }

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
css/organizr.min.css


+ 1 - 1
js/sponsors.json

@@ -1,7 +1,7 @@
 [
   {
     "company_name": "Unraid",
-    "logo": "https://user-images.githubusercontent.com/16184466/49123227-190a4900-f275-11e8-9f7a-36c54e2207ee.png",
+    "logo": "https://user-images.githubusercontent.com/16184466/49177230-e6f6f680-f309-11e8-9d6a-67be65109d14.png",
     "website": "https://unraid.net/"
   }
 ]

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov