1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Make sure get next URL

This commit is contained in:
DanielnetoDotCom 2021-03-03 11:58:35 -03:00
parent 3b8fc22e6b
commit f3702bc7b1

View file

@ -672,7 +672,9 @@ function playNext(url) {
}
$('video, #mainVideo').attr('poster', response.poster);
history.pushState(null, null, url);
$('.vjs-thumbnail-holder, .vjs-thumbnail-holder img').attr('src', response.sprits);
$('.topInfoTitle, title').text('src', response.title);
$('#topInfo img').attr('src', response.userPhoto);
$('#topInfo a').attr('href', response.url);
modal.hidePleaseWait();
if ($('#modeYoutubeBottom').length) {
$.ajax({