diff options
Diffstat (limited to 'src/ConfigParser.cpp')
-rw-r--r-- | src/ConfigParser.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index a845bef..74e627b 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -833,6 +833,10 @@ void parse_ptree( ua.uaType = FIG0_13_APPTYPE_WEBSITE; ua.xpadAppType = 12; } + else if (ua_value == "journaline") { + ua.uaType = FIG0_13_APPTYPE_JOURNALINE; + ua.xpadAppType = 12; + } if (component->isPacketComponent(ensemble->subchannels)) { component->packet.uaTypes.push_back(ua); |