mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 10:06:40 +00:00
Tweaked save local decision making
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user