mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
NetFlix Style
This commit is contained in:
parent
b2a361ad2a
commit
af914ce6b3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue