update
Fetch and Save Remote Content / fetch (push) Successful in 39s
Sync Versions to index.json / sync-versions (push) Failing after 54s

This commit is contained in:
aka paul
2026-05-27 20:30:23 +02:00
parent caffaabc88
commit 597f279e49
113 changed files with 1207 additions and 980 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async function searchResults(keyword) {
if (linkMatch) {
results.push({
href: linkMatch[1].trim(),
title: decodeHtml(linkMatch[2].trim()),
title: decodeHtml(linkMatch[2].trim()).replace(/^Watch\s+/i, ""),
image: image
});
}