Actually fix profile images

This commit is contained in:
Patrick Barron
2020-06-13 16:38:17 -04:00
parent 1e1386bbc6
commit 3278015444
7 changed files with 65 additions and 61 deletions

View File

@@ -324,6 +324,7 @@ namespace Jellyfin.Data.Entities
/// <summary>
/// Gets or sets the user's profile image. Can be <c>null</c>.
/// </summary>
// [ForeignKey("UserId")]
public virtual ImageInfo ProfileImage { get; set; }
[Required]