Skip to content

Commit e697fc7

Browse files
RDKTV-37015: platfromSupport is missing from dimmingMode capabilities
Reason For Change: platfromSupport is missing from getBacklightDimmingModeCaps Test procedure: Mentioned in the ticket RDKTV-37015 Risks: Low Signed-off-by: anju.raveendran@sky.uk
1 parent fe6b8d6 commit e697fc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AVOutput/AVOutputTV.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,7 @@ namespace Plugin {
21762176
}
21772177

21782178
response["options"]=supportedDimmingModeArray;
2179+
response["platformSupport"] = true;
21792180

21802181
if (((info.pqmodeVector.front()).compare("none") != 0)) {
21812182
for (index = 0; index < info.pqmodeVector.size(); index++) {

0 commit comments

Comments
 (0)