diff --git a/Shokofin/Resolvers/ShokoIgnoreRule.cs b/Shokofin/Resolvers/ShokoIgnoreRule.cs index f9957d4d..1c6bcc10 100644 --- a/Shokofin/Resolvers/ShokoIgnoreRule.cs +++ b/Shokofin/Resolvers/ShokoIgnoreRule.cs @@ -65,7 +65,7 @@ public async Task ShouldFilterItem(Folder? parent, FileSystemMetadata file return false; // Assume anything within the VFS is already okay. - if (fileInfo.FullName.StartsWith(Plugin.Instance.VirtualRoot)) + if (Plugin.Instance.AllVirtualRoots.Any(fileInfo.FullName.StartsWith)) return false; Guid? trackerId = null;