ISDBSongData::UpdateArtist: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
Line 3: Line 3:
===Method description===
===Method description===


Normally it isn't necessary to call this method because artist is updated in Library after UpdateDB. However, you need to call this method in case you changed only the capitalization of the artist name.
Normally it isn't necessary to call this method because artist is updated in Library after [[ISDBSongData::UpdateDB|UpdateDB]]. However, you need to call this method in case you changed only the capitalization of the artist name.
 
=== Related Topics ===
 
*[[ISDBSongData::UpdateAlbum]]
*[[ISDBSongData::UpdateDB]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 20:46, 11 October 2011

CoClass SDBSongData, Interface ISDBSongData

Sub UpdateArtist


Method description

Normally it isn't necessary to call this method because artist is updated in Library after UpdateDB. However, you need to call this method in case you changed only the capitalization of the artist name.

Related Topics