From 8257789f8e94d91978b6c31ccda0548f914f405e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 3 Dec 2021 10:20:38 -0600 Subject: [PATCH] Load biz radiostation --- scripts/server/class.js | 1 + 1 file changed, 1 insertion(+) 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"]); } }; };