From 2d0d497961a7ca990384bd180f381824d5591cb8 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Wed, 25 Feb 2026 21:03:46 +0100 Subject: Update saved metadata on primary change --- MediaBrowser.Controller/Library/ILibraryManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 5cfb940891..bcabfff772 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -767,8 +767,8 @@ namespace MediaBrowser.Controller.Library /// /// The child ID to re-route from. /// The child ID to re-route to. - /// Number of references updated. - int RerouteLinkedChildReferences(Guid fromChildId, Guid toChildId); + /// A representing the asynchronous operation. + Task RerouteLinkedChildReferencesAsync(Guid fromChildId, Guid toChildId); /// /// Gets legacy query filters for filtering UI. -- cgit v1.2.3