1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

NetFlix Style

This commit is contained in:
daniel 2017-12-08 12:51:47 -03:00
parent b2a361ad2a
commit af914ce6b3

View file

@ -91,7 +91,7 @@ $(function () {
}); });
video = $(this).attr('video'); video = $(this).attr('video');
cat = $(this).attr('cat'); cat = $(this).attr('cat');
$('.playBtn').attr('src', webSiteRootURL+'cat/'+cat+'/video/'+video); $('.playBtn').attr('href', webSiteRootURL+'cat/'+cat+'/video/'+video);
loadPlayLists(); loadPlayLists();
}); });