ISDBPlaylist::AddTracks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added a bug description) |
||
Line 9: | Line 9: | ||
Adds tracks to the playlist. | Adds tracks to the playlist. | ||
===Notes=== | |||
There was a bug in this method and it caused problems before MediaMonkey 3.0. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 10:30, 30 April 2007
CoClass SDBPlaylist, Interface ISDBPlaylist
Sub AddTracks(Tracks As SDBSongList)
Parameters
Name | Type | Description |
---|---|---|
Tracks | SDBSongList | Tracks to be added (SDBSongList object) |
Method description
Adds tracks to the playlist.
Notes
There was a bug in this method and it caused problems before MediaMonkey 3.0.