Skip to content

Commit

Permalink
Update functions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz64 authored Aug 5, 2024
1 parent 814755c commit d9e0fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var goButton = document.getElementById("search-trigger");
goButton.click();

}
var DOWNLOAD_API = "https://openmp3compiler.astudy.org/"
var DOWNLOAD_API = "https://openmp3compiler.astudy.org"
function AddDownload(id) {
var bitrate = document.getElementById('saavn-bitrate');
var bitrate_i = bitrate.options[bitrate.selectedIndex].value;
Expand Down

0 comments on commit d9e0fda

Please sign in to comment.