mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Document that the playlist events are not yet released
This commit is contained in:
parent
a3fa11aa61
commit
ad01362fc3
1 changed files with 3 additions and 0 deletions
|
|
@ -166,17 +166,20 @@ const options = {
|
|||
},
|
||||
|
||||
// Optional. Provide a way to extend the behavior of the button ADD URL.
|
||||
// **Since** 1.4.1-beta03 (unreleased)
|
||||
handleAddUrlEvent: async () => {
|
||||
// Return an optional array of `Track` objects or null.
|
||||
},
|
||||
|
||||
// Optional. Provide a way to extend the behavior of the playlist button LOAD LIST.
|
||||
// **Since** 1.4.1-beta03 (unreleased)
|
||||
handleLoadListEvent: async () => {
|
||||
// Return an optional array of `Track` objects or null.
|
||||
},
|
||||
|
||||
// Optional. Provide a way to extend the behavior of the playlist button SAVE LIST.
|
||||
// Where tracks: Track[]
|
||||
// **Since** 1.4.1-beta03 (unreleased)
|
||||
handleSaveListEvent: (tracks) => {}
|
||||
};
|
||||
const webamp = new Webamp(options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue