Use new prop label consts

This commit is contained in:
Vortrex
2021-11-28 22:45:41 -06:00
parent ffb5ea0843
commit 32a0fa5f79
2 changed files with 10 additions and 7 deletions

View File

@@ -553,7 +553,7 @@ class BusinessData {
this.streamingRadioStation = -1;
this.labelHelpType = VRR_BIZLABEL_INFO_NONE;
this.labelHelpType = VRR_PROPLABEL_INFO_NONE;
if(dbAssoc) {
this.databaseId = toInteger(dbAssoc["biz_id"]);