Skip to content

Commit 0407855

Browse files
authored
Merge pull request #227 from smartdevicelink/fix/audioPassThruCapabilities_and_list_fix
Re-add mandatory parameter to ui.getCapabilities
2 parents 6ca68ac + 22352a4 commit 0407855

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ffw/UIRPC.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,11 @@ FFW.UI = FFW.RPCObserver.create(
11621162
'bitsPerSample': '8_BIT',
11631163
'audioType': 'PCM'
11641164
},
1165+
'audioPassThruCapabilitiesList': [{
1166+
'samplingRate': '44KHZ',
1167+
'bitsPerSample': '8_BIT',
1168+
'audioType': 'PCM'
1169+
}],
11651170
'hmiZoneCapabilities': 'FRONT',
11661171
'softButtonCapabilities': [
11671172
{

0 commit comments

Comments
 (0)