Fix debug builds (#8909)

This commit is contained in:
Bond-009
2022-12-14 22:03:03 +01:00
committed by GitHub
parent 39289ae814
commit 3462676a8f
9 changed files with 11 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ namespace Jellyfin.Server.Integration.Tests
headers.Add(AuthHeaderName, DummyAuthHeader + $", Token={accessToken}");
}
private class AuthenticationResultDto
private sealed class AuthenticationResultDto
{
public string AccessToken { get; set; } = string.Empty;