diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 61394fb0521c19d3df7e7fc86a463d7e9b3fc54f..615c6fad841a8040cc6d5478acfe9b1e53cd7da2 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -327,7 +327,10 @@ App.Data.resetOnNGPlus = {
 	FCTV: {
 		receiver: -1,
 		channel: {},
-		pcViewership: {},
+		pcViewership: {
+			count: 0,
+			frequency: 4,
+		},
 		remote: 0,
 		weekEnabled: 0
 	},