Closed gbeane closed 4 years ago
Hi @gbeane
thank you for the PR!
Could you please change commit name to the semantic-release notation? E.g. add docs:
prefix to your current one:
docs: call hls.destroy() in hlsjs-plyr-driver
added docs: prefix to commit message
I've been using ngx-plyr to play HLS video using the example hls driver.
When I destroy the Angular component that my ngx-plyr is in, I see in the network activity my app continues to load the .m3u8 file periodically.
this change seems to have fixed the problem for me.