Fix status text for rewatched episodes
This commit is contained in:
parent
5360b5e9a2
commit
55aa85120f
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ fetch("https://graphql.anilist.co", options)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (a.status == "rewatched") {
|
||||||
|
a.status += " episode";
|
||||||
|
}
|
||||||
|
|
||||||
const element = document.createElement("div");
|
const element = document.createElement("div");
|
||||||
|
|
||||||
const thumbnailLink = document.createElement("a");
|
const thumbnailLink = document.createElement("a");
|
||||||
|
|
Loading…
Add table
Reference in a new issue