Replies: 0
I was having issues loading the secondary page of a playlist, until I changed line 91 of the script.js file in your plugin from
if (ajaxGetYoutube.queryType === 'playlist' && ajaxGetYoutube.nbPage === 0) {
to
if (ajaxGetYoutube.queryType === 'playlist' && ajaxGetYoutube.nbPage > 0) {
– thought you might like to know!
- This topic was modified 11 minutes ago by rynokins.