/// <summary> /// Sets the tags applied by the authenticated user to this artist to /// only those tags. Removing and adding tags as neccessary. /// </summary> /// <param name="tags"> /// A <see cref="TagCollection"/> /// </param> public void SetTags(TagCollection tags) { SetTags(tags.ToArray()); }