Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Aug 5, 2023
1 parent e8e8064 commit 350a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function vodURL(url) {
}
if (urlCheck.hostname === "www.rumble.com" || urlCheck.hostname === "rumble.com") {
if (!platforms.includes("rumble")) return;
fetch("/rumbleinfo?url="+url, {
fetch("rumbleinfo?url="+url, {
}).then(resp => {
if (resp.status === 200) {
return resp.json()
Expand Down

0 comments on commit 350a721

Please sign in to comment.