issue #3 #4 Improve tv channel related issues.

This commit is contained in:
Paul Kim
2023-02-13 16:07:13 +09:00
parent 8ab98ecc43
commit 7faf919377
2 changed files with 13 additions and 1 deletions

View File

@@ -1011,6 +1011,13 @@ HotelTV.hcap = (function() {
}
}
// APPLICATION CHANNEL CONTROL
if (_devinfo["application_channel_control"] !== undefined) {
if (_devinfo["application_channel_control"] != 1) {
_pmFxnArProperty.push(__hcapfxn_set_property('application_channel_control', 1));
}
}
// // OSD LAYER ID
// if (_devinfo["osd_layer_id"] !== undefined) {
// if (_devinfo["osd_layer_id"] != 0) {