Skip to content

Fix relative M3U file loading

Trystan Kelly requested to merge trystkelly/haruna:master into master

Hi, great work on this project.

I noticed when I tried to play my M3U playlist files that it turned all the relative paths into an http:// URL, preventing them from working. Making this simple change fixed it for me. I have no experience with QT so I hope I didn't make a huge mistake; if so, feel free to ignore. Thanks much!

Merge request reports