Added mod panel, nested fpanel menus, fpanel playlist
This commit is contained in:
parent
3f653c4893
commit
1da7cab9cd
15 changed files with 556 additions and 146 deletions
|
|
@ -1238,7 +1238,7 @@ PlaylistModule.prototype.startPlayback = function (time) {
|
|||
}
|
||||
|
||||
/* Lead-in time of 3 seconds to allow clients to buffer */
|
||||
time = time || (media.seconds > 0 ? (media.type == "yt" ? -6 : -3) : 0); //if its a yt vid make it 6 for the link pull
|
||||
time = time || (media.seconds > 0 ? -3 : 0);
|
||||
media.paused = time < 0;
|
||||
media.currentTime = time;
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ var defaults = {
|
|||
}
|
||||
},
|
||||
"invidious-backend": true,
|
||||
"invidious-source": 'vid.puffyan.us',
|
||||
"invidious-source": 'inv.riverside.rocks',
|
||||
"youtube-v3-key": "",
|
||||
"channel-blacklist": [],
|
||||
"channel-path": "r",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue