sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.49k stars 105 forks source link

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

Closed gardebreak closed 2 months ago

gardebreak commented 2 months ago

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!

sentriz commented 2 months ago

thanks! should be fixed