mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
removed some preemptive file filtering
This commit is contained in:
@@ -460,12 +460,6 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
fileInfo = fileInfo ?? FileSystem.GetFileSystemInfo(path);
|
||||
|
||||
if (!fileInfo.Exists)
|
||||
{
|
||||
_logger.Error("Path in library does not exist or is unavailable: " + path);
|
||||
return null;
|
||||
}
|
||||
|
||||
var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths)
|
||||
{
|
||||
Parent = parent,
|
||||
|
||||
Reference in New Issue
Block a user