func playlistSave(cmd *Cmd, conn *mpd.Client) (*Result, error) { return nil, conn.PlaylistSave(cmd.Playlist) }