sentriz/gonic

Unable to delete transcoding profiles containing "http://"

Closed this issue · 1 comments

gonic version: 0.16.4
docker tag: docker.io/sentriz/gonic:v0.16.4

I'm running an airsonic-refix client, which uses the client name http://localhost:8080 for the gonic transcoding profile. The transcoding profile works fine, however it's not able to be deleted. The logs show this when clicking the Delete button for the transcoding profile:

POST /delete_transcode_pref_do?client=http:/localhost:8080

Seems like a character escaping issue with the slashes?

Thanks for your work on gonic!

thanks! should be fixed