Fix profile images.

This commit is contained in:
Patrick Barron
2020-05-20 12:09:52 -04:00
parent 623dcde65c
commit 7d9d54d2ec
5 changed files with 23 additions and 12 deletions

View File

@@ -118,7 +118,7 @@ namespace Jellyfin.Server.Migrations.Routines
{
ItemImageInfo info = mockup.ImageInfos[0];
user.ProfileImage = new ImageInfo(info.Path, info.Width, info.Height)
user.ProfileImage = new ImageInfo(info.Path)
{
LastModified = info.DateModified
};