Fix build errors

This commit is contained in:
Patrick Barron
2020-06-11 18:28:49 -04:00
parent 7a115024aa
commit fc02157b42
8 changed files with 8 additions and 0 deletions

View File

@@ -667,6 +667,7 @@ namespace Jellyfin.Server.Implementations.Users
dbContext.SaveChanges();
}
/// <inheritdoc/>
public void ClearProfileImage(User user)
{
#nullable disable