Fix build
This commit is contained in:
parent
4cd372109d
commit
07f64102dd
|
@ -87,10 +87,7 @@ namespace Jellyfin.Server.Integration.Tests.Controllers
|
||||||
var data = new UpdateMediaPathRequestDto()
|
var data = new UpdateMediaPathRequestDto()
|
||||||
{
|
{
|
||||||
Name = " ",
|
Name = " ",
|
||||||
PathInfo = new MediaPathInfo
|
PathInfo = new MediaPathInfo("test")
|
||||||
{
|
|
||||||
Path = "test"
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
using var postContent = new ByteArrayContent(JsonSerializer.SerializeToUtf8Bytes(data, _jsonOptions));
|
using var postContent = new ByteArrayContent(JsonSerializer.SerializeToUtf8Bytes(data, _jsonOptions));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user