chore: remove redundant <inheritdoc />

This fixes SA1648 warnings as errors

Signed-off-by: gnattu <gnattuoc@me.com>
pull/11378/head
gnattu 1 month ago
parent 81d3758785
commit f29e17d25c

@ -1255,7 +1255,6 @@ namespace Emby.Server.Implementations.Library
return null;
}
/// <inheritdoc />
public T? GetItemById<T>(Guid id, Guid userId)
where T : BaseItem
{
@ -1263,7 +1262,6 @@ namespace Emby.Server.Implementations.Library
return GetItemById<T>(id, user);
}
/// <inheritdoc />
public T? GetItemById<T>(Guid id, User? user)
where T : BaseItem
{

Loading…
Cancel
Save