Commit a9436d4
authored
fix(download): use direct_url so filename keeps its extension (#130)
The REST migration mapped ApiImage.download.file_url -> ImageInfo.file_url,
but that field is the pretty mirror-selector URL (successor of the legacy
redi_url) without a file extension. Pre-migration the download pipeline
consumed the legacy file_url, which is now exposed as direct_url.
Passing direct_url restores the original behavior: the backend extracts a
filename with a proper extension, and decompression plus QDL extraction
work again.1 parent aabb28c commit a9436d4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
0 commit comments