diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js
index 9538cd91ac400b9fdd219559b80409d81b0f2afc..9b518165edd04992fa50c68c442c9f79a7e5aecf 100644
--- a/src/pregmod/FCTV/FCTV.js
+++ b/src/pregmod/FCTV/FCTV.js
@@ -207,6 +207,8 @@ globalThis.FctvDisplay = function({usedRemote = 0, seeAll = 0} = {}) {
 				}
 			}
 
+			buttons.splice(4, 0, "4"); // 4 is no longer a real channel, so put in a dummy button. 404, channel not found.
+
 			div = document.createElement("div");
 			div.classList.add("FctvRemote-numbers", /* "FctvRemote-button" */);
 			for (const button of buttons) {