Use AniDB for watchlist alternative titles
This commit is contained in:
+2
-2
@@ -1118,9 +1118,9 @@ WATCHLIST_HTML = r"""<!doctype html>
|
||||
pill.append(label, value);
|
||||
altTitlesList.appendChild(pill);
|
||||
}
|
||||
altTitlesEmpty.textContent = "Fetched from AniList.";
|
||||
altTitlesEmpty.textContent = "Fetched from AniDB English titles.";
|
||||
} else {
|
||||
altTitlesEmpty.textContent = "AniList alternative titles were not available for this show.";
|
||||
altTitlesEmpty.textContent = "AniDB English alternative titles were not available for this show.";
|
||||
}
|
||||
altTitlesToggle.addEventListener("click", () => {
|
||||
const open = altTitlesPanel.classList.toggle("open");
|
||||
|
||||
Reference in New Issue
Block a user