Skip to content

Commit

Permalink
Shared - Check spell
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 19, 2023
1 parent b65f5d2 commit f9502b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NickvisionTagger.Shared/Models/AlbumArt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public AlbumArt(PictureInfo pictureInfo)
Height = 0;
}
ATLPictureInfo = pictureInfo;
ATLPictureInfo.PicType = Type == AlbumArtType.Front ? PictureInfo.PIC_TYPE.Front : PictureInfo.PIC_TYPE.Back; //ensure PicType incase of generic
ATLPictureInfo.PicType = Type == AlbumArtType.Front ? PictureInfo.PIC_TYPE.Front : PictureInfo.PIC_TYPE.Back; //ensure PicType in case of generic
}

/// <summary>
Expand Down

0 comments on commit f9502b8

Please sign in to comment.