jQuery-TubePlayer-Plugin
jQuery-TubePlayer-Plugin copied to clipboard
Issue with playlist parameter
YouTube is showing "This video is unavailable." when the playlist parameter is 0.
https://github.com/nirvanatikku/jQuery-TubePlayer-Plugin/blob/master/src/tubeplayer.js#L329
I realize this project isn't getting update, but anyone coming from search can just uncomment that line and rebuild it, or edit the dist folder directly. (or add a playlist)
YouTube (seemingly as of today), will error out when the parameter is present and set as 0
Thanks Kevin
just pass the parameter as empty array: playlist: []