Added mod panel, nested fpanel menus, fpanel playlist

This commit is contained in:
rainbownapkin 2022-07-19 06:32:22 +00:00
parent 3f653c4893
commit 1da7cab9cd
15 changed files with 556 additions and 146 deletions

View file

@ -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;

View file

@ -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",