Merge pull request #6491 from Bond-009/fixbuild

Fix build
pull/6492/head
Claus Vium 3 years ago committed by GitHub
commit 8ae1eb6c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save