mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Reverted doc change
This commit is contained in:
parent
b33810534b
commit
a7ad5dfc80
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user