예제 #1
0
파일: cmd.go 프로젝트: ushis/webmpc
func playlistSave(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.PlaylistSave(cmd.Playlist)
}