Tweaked save local decision making

pull/702/head
Luke Pulverenti 11 years ago
parent 19ce8a9e1a
commit 18131d2cbc

@ -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;
}

Loading…
Cancel
Save