Reputation: 405
At present when am dragging a track in spotify over the app it doesn't allow dropping. However, the last.fm and moodagent apps do allow this. What code should I be including to make this possible?
I assume it's something to do with EVENTS.LINKSCHANGED
but including it doesn't make any difference.
Upvotes: 2
Views: 134
Reputation: 18776
You need to include the AcceptedLinkTypes
key in your manifest.json file. See the documentation for details.
Upvotes: 3