File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,15 +55,22 @@ declare const api: import('@moosync/moosync-types').extensionAPI
5555Events can be listened to using [api.on(...)](https://moosync.app/docs/interfaces/extensionAPI.html#on)
5656
5757List of events:
58- - ` ` ` requestedPlaylists ` ` ` <font color=red>*</font>
59- - ` ` ` requestedPlaylistSongs ` ` ` <font color=red>*</font>
60- - ` ` ` oauthCallback ` ` `
61- - ` ` ` songQueueChanged ` ` `
62- - ` ` ` seeked ` ` `
63- - ` ` ` volumeChanged ` ` `
64- - ` ` ` playerStateChanged ` ` `
65- - ` ` ` songChanged ` ` `
66- - ` ` ` preferenceChanged ` ` `
58+ - 'requestedPlaylists' <font color=red>*</font>
59+ - 'requestedPlaylistSongs' <font color=red>*</font>
60+ - 'oauthCallback'
61+ - 'songQueueChanged'
62+ - 'seeked'
63+ - 'volumeChanged'
64+ - 'playerStateChanged'
65+ - 'songChanged'
66+ - 'preferenceChanged'
67+ - 'playbackDetailsRequested' <font color=red>*</font>
68+ - 'customRequest' <font color=red>*</font>
69+ - 'requestedSongFromURL' <font color=red>*</font>
70+ - 'requestedPlaylistFromURL' <font color=red>*</font>
71+ - 'requestSearchResult' <font color=red>*</font>
72+ - 'requestedRecommendations' <font color=red>*</font>
73+ - 'requestedLyrics' <font color=red>*</font>
6774
6875<font color=red>*</font> These events require you to return some data from their callbacks
6976
You can’t perform that action at this time.
0 commit comments