From 09723bd123b767b7d99157faa86df0fc305c87ea Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sun, 7 Jun 2026 22:37:34 +0200 Subject: Aggregate alternate versions via GetAllVersions --- MediaBrowser.Controller/Entities/Video.cs | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Controller/Entities/Video.cs') diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 168ef7d817..f48de0869a 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -408,6 +408,19 @@ namespace MediaBrowser.Controller.Entities } } + /// + /// Gets this video together with all of its alternate versions (local and linked and, when this + /// is itself an alternate, the primary and the primary's other versions), deduplicated. + /// + /// This video and every alternate version of it. + public IReadOnlyList