diff --git a/src/pregmod/FCTV/FCTVBC.js b/src/pregmod/FCTV/FCTVBC.js
index 0b2380644c47761a841cdfff91bc1735f8c70c40..820799a07febba8717bc81f9a6f65bd95edfe932 100644
--- a/src/pregmod/FCTV/FCTVBC.js
+++ b/src/pregmod/FCTV/FCTVBC.js
@@ -26,7 +26,7 @@ App.Update.FCTV = function() {
 
 	V.FCTV.pcViewership.count = convert(V.FCTVcount, V.FCTV.pcViewership.count) || 0;
 	V.FCTV.pcViewership.frequency = convert(V.FCTVrate, V.FCTV.pcViewership.frequency) || 4;
-	V.FCTV.remote = convert(V.FctvRemote, V.FCTV.remote) || 0;
+	V.FCTV.remote = convert(V.FCTVremote, V.FCTV.remote) || 0;
 
 	if (V.FCTVreceiver && !V.FCTV.weekEnabled) {
 		V.FCTV.weekEnabled = V.receiverAvailable > 1 ? V.receiverAvailable : 0;