We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ad345 commit f478f1aCopy full SHA for f478f1a
2 files changed
src/players/Facebook.js
@@ -53,7 +53,7 @@ export default class Facebook extends Base {
53
this.callPlayer('pause')
54
}
55
stop () {
56
- // No need to stop
+ // Nothing to do
57
58
seekTo (amount) {
59
const seconds = super.seekTo(amount)
src/players/SoundCloud.js
@@ -70,8 +70,7 @@ export default class SoundCloud extends Base {
70
71
72
73
- this.pause()
74
- this.callPlayer('seekTo', 0)
75
76
77
0 commit comments