mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
Refactor ReattachUserData methods to be asynchronous
This commit is contained in:
@@ -280,7 +280,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
await result.Item.UpdateToRepositoryAsync(reason, cancellationToken).ConfigureAwait(false);
|
||||
if (reattachUserData)
|
||||
{
|
||||
result.Item.ReattachUserData(cancellationToken);
|
||||
await result.Item.ReattachUserDataAsync(cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
if (result.Item.SupportsPeople && result.People is not null)
|
||||
|
||||
Reference in New Issue
Block a user