Skip to content

Commit

Permalink
Fix recursion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Sep 24, 2024
1 parent 96cd66d commit cce926c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ window.__firefox__.includeOnce("Playlist", function($) {

// Do one last check (if the page took too long to load - DailyMotion)
setTimeout(function() {
checkPageForVideos(false);
fetchMedia();
}, 5000);
}

Expand Down

0 comments on commit cce926c

Please sign in to comment.