mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Reverted doc change
This commit is contained in:
@@ -381,7 +381,7 @@ public sealed class BaseItemRepository
|
||||
UpdateOrInsertItems(items, cancellationToken);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <inheritdoc cref="IItemRepository"/>
|
||||
public void UpdateOrInsertItems(IReadOnlyList<BaseItemDto> items, CancellationToken cancellationToken)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(items);
|
||||
|
||||
Reference in New Issue
Block a user