Beispiel #1
0
func playlistRename(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.PlaylistRename(cmd.Playlist, cmd.Name)
}