diff --git a/lib/models/metadata/image.dart b/lib/models/metadata/image.dart index 6dc0ba94..9a4ee026 100644 --- a/lib/models/metadata/image.dart +++ b/lib/models/metadata/image.dart @@ -33,7 +33,8 @@ extension SpotubeImageExtensions on List? { int index = 1, required ImagePlaceholder placeholder, }) { - final sortedImage = this?.sorted((a, b) => (a.width ?? 0).compareTo(b.width ?? 0)); + final sortedImage = + this?.sorted((a, b) => (a.width ?? 0).compareTo(b.width ?? 0)); return sortedImage != null && sortedImage.isNotEmpty ? sortedImage[