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

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