Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Playlist Pagination

$
0
0

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.

Viewing all articles
Browse latest Browse all 59525

Trending Articles