diff --git a/app.js b/app.js
index 696e6d3..38a3bea 100644
--- a/app.js
+++ b/app.js
@@ -265,7 +265,7 @@ async function main() {
ExtraOrdinaryHtml = `
Some Code-Breaking ExtraOrdinary Titles
`;
extraordinarytitles.forEach((item, i) => {
var id = i + 1;
- ExtraOrdinaryHtml = `${ExtraOrdinaryHtml} Title no ${id}, Title ${item.title}
`;
+ ExtraOrdinaryHtml = `${ExtraOrdinaryHtml} `;
});
longStringOfInformation += ExtraOrdinaryHtml;
}
diff --git a/right-hand.js b/right-hand.js
index 3022f17..9058764 100644
--- a/right-hand.js
+++ b/right-hand.js
@@ -210,7 +210,8 @@ module.exports = {
// Add the item to the extraordinaryTitles array if it does not contain parentheses
extraordinaryTitles.push({
title: item.title,
- downloads: item.total_plays
+ downloads: item.total_plays,
+ id: item.id
});
extraordinaryBit = true;
} else {