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:
parent
3b8fc22e6b
commit
f3702bc7b1
1 changed files with 3 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue