Use AniDB for watchlist alternative titles

This commit is contained in:
Dymas
2026-05-25 09:24:57 +02:00
parent 64979d5d32
commit 46af0ff47d
7 changed files with 79 additions and 244 deletions
+2 -2
View File
@@ -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");