Skip to content

Commit

Permalink
Update invidious.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iambhvsh authored Sep 22, 2024
1 parent 9f105f4 commit f79bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/invidious.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const loadClient = async () => {
if (searchQuery) document.getElementById('searchInput').value = searchQuery;
isSearch = !!searchQuery;

await fetchVideos(true); // Fetch initial set of videos
await fetchVideos(true);
};

const fetchVideos = async (clearPreviousResults = false) => {
Expand Down

0 comments on commit f79bf5d

Please sign in to comment.