Merge branch 'master' into feature/EFUserData

This commit is contained in:
JPVenson
2024-11-17 01:23:26 +01:00
committed by GitHub
56 changed files with 184 additions and 93 deletions

View File

@@ -98,7 +98,6 @@ namespace Emby.Server.Implementations.Library
{
ArgumentNullException.ThrowIfNull(user);
ArgumentNullException.ThrowIfNull(item);
ArgumentNullException.ThrowIfNull(reason);
ArgumentNullException.ThrowIfNull(userDataDto);
var userData = GetUserData(user, item) ?? throw new InvalidOperationException("Did not expect UserData to be null.");