mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-30 19:55:08 -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);
|
UpdateOrInsertItems(items, cancellationToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc cref="IItemRepository"/>
|
||||||
public void UpdateOrInsertItems(IReadOnlyList<BaseItemDto> items, CancellationToken cancellationToken)
|
public void UpdateOrInsertItems(IReadOnlyList<BaseItemDto> items, CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
ArgumentNullException.ThrowIfNull(items);
|
ArgumentNullException.ThrowIfNull(items);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user