Open ChrisBrandhorst opened 10 years ago
The loaded callback of the PlaylistContainer may be called more then once by libspotify. The first call is handled by the await mechanism (see also #51), but the following callbacks should be accessible too.
loaded
PlaylistContainer
await
Agreed. It should invoke an event on the plc.
More info; see #53
The
loaded
callback of thePlaylistContainer
may be called more then once by libspotify. The first call is handled by theawait
mechanism (see also #51), but the following callbacks should be accessible too.