Skip to content

Fix broken Freesound login and import

Julius Künzel requested to merge jlskuz/kdenlive:dev-fix-freesound-auth into master

For several reasons the Freesound login is broken at the moment:

  • The login uri isn’t probably decode which leads to an error parsing the tokens
  • A missing space made the Bearer Token corrupt

In addition downloaded files are not imported to the project (only for Freesound) because on the QUrl for the file the scheme (file://) is missing.

This MR fixes these errors

Merge request reports