Explorar o código

Tweaked save local decision making

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
18131d2cbc

+ 1 - 1
MediaBrowser.Server.Implementations/Providers/ImageSaver.cs

@@ -87,7 +87,7 @@ namespace MediaBrowser.Server.Implementations.Providers
                 }
             }
 
-            if (item.LocationType != LocationType.FileSystem)
+            if (item.LocationType == LocationType.Remote || item.LocationType == LocationType.Virtual)
             {
                 saveLocally = false;
             }