forked from Mastodon/mastoradio-la-radio-di-mastodon
remove play/pause from youtube
This commit is contained in:
parent
418848bae8
commit
976555da8d
@ -122,11 +122,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const onPlay = () => {
|
const onPlay = () => {
|
||||||
$paused = false
|
// $paused = false
|
||||||
}
|
}
|
||||||
|
|
||||||
const onPause = () => {
|
const onPause = () => {
|
||||||
$paused = true
|
// $paused = true
|
||||||
}
|
}
|
||||||
|
|
||||||
const onTimeUpdate = event => {
|
const onTimeUpdate = event => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user