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