We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86e855 commit 014830eCopy full SHA for 014830e
src/subsonic.go
@@ -173,7 +173,7 @@ func getDiscoveryPlaylist(cfg Config) ([]string, error) {
173
}
174
175
func updSubsonicPlaylist(cfg Config, ID, comment string) error {
176
- reqParam := fmt.Sprintf("updatePlaylist?playlistId=%s&comment=%s",ID, url.QueryEscape(comment))
+ reqParam := fmt.Sprintf("updatePlaylist?playlistId=%s&comment=%s&f=json",ID, url.QueryEscape(comment))
177
178
if _, err := subsonicRequest(reqParam, cfg); err != nil {
179
return err
0 commit comments