euphoria-io / heim

A real-time community platform.
https://euphoria.io
Other
874 stars 47 forks source link

Allow youtube videos to be played twice in a row #88

Closed ckingdev closed 8 years ago

ckingdev commented 8 years ago

It comes up fairly often that a user wants to play a video twice in a row, whether they missed hearing it or for some other reason. Currently, using !play [url] twice results in the video only playing once. This PR changes the youtube plugin to always update upon a !play command, instead of only when the times or ids are different.

ckingdev commented 8 years ago

I can squash these commits in a few hours.