Fix DevFastAccessCoverArt flag

This commit is contained in:
Deluan
2022-12-22 11:47:18 -05:00
committed by Deluan Quintão
parent 57c3334ea0
commit 045b023b35
5 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func (a *artwork) extractMediaFileImage(ctx context.Context, artID model.Artwork
}
var ff []fromFunc
if mf.HasCoverArt {
if mf.CoverArtID().Kind == model.KindMediaFileArtwork {
ff = []fromFunc{
fromTag(mf.Path),
fromFFmpegTag(ctx, a.ffmpeg, mf.Path),