ML-185.2: use API-sized Presto covers

This commit is contained in:
Claudio Ortolina
2026-05-15 22:56:22 +01:00
parent b4710e10c8
commit 3a7a89002a
7 changed files with 120 additions and 84 deletions
+6
View File
@@ -105,6 +105,12 @@ def make_mock_record(index=0):
"genres": ["Jazz", "Modal"],
"record_type": "LP",
"purchased_at": "2024-03-15",
"covers": {
"original": f"https://example.com/covers/original-{index}.jpg",
"large": f"https://example.com/covers/large-{index}.jpg",
"medium": f"https://example.com/covers/medium-{index}.jpg",
"small": f"https://example.com/covers/small-{index}.jpg",
},
# Pre-computed display strings (row view)
"_display_title": title,
"_display_artists": artist,