Update index.ts

pull/5916/head
pushkine 6 years ago committed by GitHub
parent 8364048d95
commit 8347be987c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@ const events = [
name === 'duration'
},
{
event_names: ['play', 'pause'],
event_names: ['play', 'pause', 'canplay'],
filter: (node: Element, name: string) =>
node.is_media_node() &&
name === 'paused'

Loading…
Cancel
Save