jackun / VLCTube

The Unlicense
16 stars 4 forks source link

VLC crashes at the end of each video. #72

Open baldurmen opened 9 years ago

baldurmen commented 9 years ago

Well, titles says it all. After each video, VLC crashes, firefox freezes for about 10-15 seconds.

If I stop the video before it finishes, everything is fine.

VLC 61.16 VLC 2.2.1 (debian's current testing package) Mozilla Iceweasel 38.0.1

givanz commented 8 years ago

Had the same issue on ubuntu firefox and I fixed it by changing

ytspf.enabled ? spf.navigate(el.href) : window.location = el.href;

to

window.location = el.href;

line 1336