diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index b88572a67f..ffb5fa14b7 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -459,11 +459,11 @@ namespace MediaBrowser.Controller.Entities // If it's an AggregateFolder, don't remove if (shouldRemove && itemsRemoved.Count > 0) { - // Build a set of paths that are alternate versions of valid children + // Build a set of paths that are alternate versions or additional parts of valid children // These items should not be deleted - they're managed by their primary video - var alternateVersionPaths = validChildren + var protectedPaths = validChildren .OfType