diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index cc322d0ddd..ed41bdb6ba 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -513,19 +513,6 @@ namespace MediaBrowser.Controller.Entities // Check if path is in LocalAlternateVersions of any valid child if (!string.IsNullOrEmpty(item.Path) && alternateVersionPaths.Contains(item.Path)) { - // If this was a primary (no PrimaryVersionId, no OwnerId), it needs demotion - if (video.OwnerId.IsEmpty()) - { - var newPrimary = newItems - .OfType