Github user mattgrande commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/37#issuecomment-220071799
lol, love that CI runs 18 months after the fact. I no longer need this, so
if someone wants to build a new PR using my code, please feel free.
---
If y
Github user cordova-qa commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/37#issuecomment-219898347
Cordova CI Build has one or more failures.
**Commit** -
[Link](https://github.com/apache/cordova-plugin-media/pull/37/commits/730b1dbef264f
Github user clelland commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/37#issuecomment-64910259
Certainly seems like a useful feature -- is there a JIRA issue for it yet?
---
If your project is set up for it, you can reply to this email and have your
r
GitHub user mattgrande opened a pull request:
https://github.com/apache/cordova-plugin-media/pull/37
Add seekCompleteCallback to seekTo.
I had created an audio sprite elsewhere:
var sprite = new Media(/* omitted */);
sprite.play();
sprite.pause();