Merge pull request #6491 from Bond-009/fixbuild

Fix build
This commit is contained in:
Claus Vium 2021-09-01 14:23:50 +02:00 committed by GitHub
commit 8ae1eb6c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,10 +87,7 @@ namespace Jellyfin.Server.Integration.Tests.Controllers
var data = new UpdateMediaPathRequestDto()
{
Name = " ",
PathInfo = new MediaPathInfo
{
Path = "test"
}
PathInfo = new MediaPathInfo("test")
};
using var postContent = new ByteArrayContent(JsonSerializer.SerializeToUtf8Bytes(data, _jsonOptions));