delete_playlist

@accepts(utf8)
@returns(gboolean)
def delete_playlist(name)

Deletes the specified playlist. Will fail if no playlist with that name exists. This is part of the playlist manager dbus interface.

name :

name of the playlist to delete

Returns :

TRUE if successful.