Playlist Pagination
-
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!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Playlist Pagination’ is closed to new replies.