mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Only add notification event listener after onload
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
function get_playlist(plid, timeouts) {
|
||||
function get_playlist(plid, timeouts = 0) {
|
||||
if (timeouts > 10) {
|
||||
console.log('Failed to pull playlist');
|
||||
return;
|
||||
|
Reference in New Issue
Block a user