mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:27 -04:00
eqeqeq
This commit is contained in:
parent
c72d3c4a0e
commit
38ef0b10e7
9 changed files with 45 additions and 45 deletions
|
@ -2,7 +2,7 @@
|
|||
var video_data = JSON.parse(document.getElementById('video_data').innerHTML);
|
||||
|
||||
function get_playlist(plid, retries) {
|
||||
if (retries == undefined) retries = 5;
|
||||
if (retries === undefined) retries = 5;
|
||||
|
||||
if (retries <= 0) {
|
||||
console.log('Failed to pull playlist');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue