Skip to content

Commit df969c6

Browse files
done
1 parent 85acd83 commit df969c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JS/upload-genre.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ formAuto.addEventListener('submit',async (e)=>{
691691
const totalepcount = Number(totalep.epCount)+1;
692692
const malid = Number(totalep.MALID);
693693
if(malid) {
694-
const response = await fetch(`https://api.jikan.moe/v4/anime/${malId}`);
694+
const response = await fetch(`https://api.jikan.moe/v4/anime/${malid}`);
695695
const data = await response.json();
696696
if(!data){
697697
alert("Jikan API Error, Can't Update Automatically")

0 commit comments

Comments
 (0)