Added ContextMenu/Flyout animations. Added platform services. Use bitmap cache for all views.
This commit is contained in:
@@ -68,7 +68,7 @@ public class AudioImageExtractor : IAudioImageExtractor
|
||||
if (string.IsNullOrWhiteSpace(imagePath))
|
||||
return null;
|
||||
|
||||
return await SongPictureInfo.FromFileAsync(path, cancellationToken);
|
||||
return await SongPictureInfo.FromFileAsync(imagePath, cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user