spatie / medialibrary.pro

The source code of medialibrary.pro
https://medialibrary.pro
36 stars 9 forks source link

Download button downloads preview #30

Closed jefvdv closed 3 years ago

jefvdv commented 3 years ago
Screenshot 2020-11-10 at 14 31 14

The download button downloads a preview, not the original file. That's expected behaviour?

freekmurze commented 3 years ago

@AdrianMrn the response from the latest version of media library will now return original_url. You should use that behind that download link (instead of the preview url). Can you update the Vue and React components?