mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 08:13:20 +01:00
Fix profile images.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user