ISDBPlaylist::AddTracks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBPlaylist|ISDBPlaylist|Sub AddTracks(Tracks As SDBSongList)}} | {{MethodDeclaration|SDBPlaylist|ISDBPlaylist|Sub AddTracks(Tracks As [[SDBSongList]])}} | ||
===Parameters=== | ===Parameters=== | ||
{{MethodParameters | {{MethodParameters | ||
|Tracks |[[SDBSongList]] |Tracks to be added | |Tracks |[[SDBSongList]] |Tracks to be added}} | ||
===Method description=== | ===Method description=== | ||
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}}]] |
Latest revision as of 02:32, 26 December 2007
CoClass SDBPlaylist, Interface ISDBPlaylist
Sub AddTracks(Tracks As SDBSongList)
Parameters
Name | Type | Description |
---|---|---|
Tracks | SDBSongList | Tracks to be added |
Method description
Adds tracks to the playlist.
Notes
There was a bug in this method and it caused problems before MediaMonkey 3.0.