You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2022. It is now read-only.
I am using Angular 10 and ngx-plyr 4.0.0 and plyr 3.6.3

When I am adding Google Tag Manager scripts to my project I start receiving below error:
So whenever I try to change the speed of the video, it brings out the same error in console and there is no change in speed of the video.
This is how I am using the plyr in HTML
<div class="mb-20" plyr [plyrTitle]="selectedVideoDetails.title" [plyrSources]="vimeoSources" [plyrOptions]="plyrOptions"></div>
Where vimeoSources is
[{
src: 'Some vimeo url',
provider: 'vimeo'
}]
and plyrOptions: Plyr.Options = {fullscreen : {enabled: true, fallback: true, iosNative: true, allowAudio: true}};
The text was updated successfully, but these errors were encountered: