diff --git a/src/templates/index.html b/src/templates/index.html
index b110dc5..ff297b9 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -330,7 +330,7 @@
}
// Add download badge if applicable
- if (result.downloads && document.getElementById("checkAvailability").checked) {
+ if (document.getElementById("checkAvailability").checked) {
const downloadBadge = document.createElement('div');
downloadBadge.className = 'download-badge';
downloadBadge.textContent = `${result.downloads} Downloads`;