aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/UserLibraryControllerTests.cs
AgeCommit message (Collapse)Author
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009