diff --git a/scripts/server/class.js b/scripts/server/class.js index 8913b69b..adb73e9f 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -583,6 +583,7 @@ class BusinessData { this.till = toInteger(dbAssoc["biz_till"]); this.labelHelpType = toInteger(dbAssoc["biz_label_help_type"]); + this.streamingRadioStation = toInteger(dbAssoc["biz_radiostation"]); } }; };