thibauts / node-castv2-client

A Chromecast client based on the new (CASTV2) protocol
MIT License
646 stars 92 forks source link

added prev/next methods #89

Closed untitledlt closed 2 years ago

untitledlt commented 5 years ago

added prev/next methods to skip track in queue

untitledlt commented 4 years ago

is it gonna be merged any time soon?

feross commented 4 years ago

@untitledlt Can you link to documentation that shows that QUEUE_NEXT, etc. are the correct names to use here?

untitledlt commented 4 years ago

I guess it's here: https://developers.google.com/cast/docs/reference/chrome/chrome.cast.media.Media#queueNext https://developers.google.com/cast/docs/reference/chrome/chrome.cast.media.Media#queuePrev

untitledlt commented 4 years ago

bump