mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-02 17:18:36 +02:00
fix(metadata): fetch maximum cover for online autofill
This commit is contained in:
@@ -1226,7 +1226,7 @@ class _EditMetadataSheetState extends State<_EditMetadataSheet> {
|
||||
await PlatformBridge.downloadCoverToFile(
|
||||
preview.coverUrl!,
|
||||
coverOutput,
|
||||
maxQuality: false,
|
||||
maxQuality: true,
|
||||
);
|
||||
final file = File(coverOutput);
|
||||
if (await file.exists() && await file.length() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user