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

@@ -282,7 +282,7 @@ namespace Jellyfin.Server.Implementations.Tests.Data
Assert.Equal(expected, SqliteItemRepository.SerializeProviderIds(values));
}
private class ProviderIdsExtensionsTestsObject : IHasProviderIds
private sealed class ProviderIdsExtensionsTestsObject : IHasProviderIds
{
public Dictionary<string, string> ProviderIds { get; set; } = new Dictionary<string, string>();
}