Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

Trigger event when PlaylistContainer loaded callback is triggered #52

Open ChrisBrandhorst opened 10 years ago

ChrisBrandhorst commented 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.

Alxandr commented 10 years ago

Agreed. It should invoke an event on the plc.

Alxandr commented 10 years ago

More info; see #53