Fix playing of external audio files
QUrl::fromUserInput().isRelative() returns false for things like "sound.ogg" because it converts it to http://sound.ogg
So we use the variant where we give it the document folder, this way if the file exists returns the local file.
For full urls we get the full url with this second variant so all should be good