Browse Source

Reverted doc change

JPVenson 4 months ago
parent
commit
a7ad5dfc80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server.Implementations/Item/BaseItemRepository.cs

+ 1 - 1
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs

@@ -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);