Skip to content

Commit

Permalink
Fix SDLRPCRequestFactory performAudioPassThru not setting correlation ID
Browse files Browse the repository at this point in the history
Fixes #79
  • Loading branch information
Joel Fischer committed Mar 25, 2015
1 parent e9af8e6 commit da57295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmartDeviceLink-iOS/SmartDeviceLink/SDLRPCRequestFactory.m
Expand Up @@ -244,6 +244,7 @@ +(SDLPerformAudioPassThru*) buildPerformAudioPassThruWithInitialPrompt:(NSString
msg.bitsPerSample = bitsPerSample;
msg.audioType = audioType;
msg.muteAudio = muteAudio;
msg.correlationID = correlationID;

return msg;
}
Expand Down

0 comments on commit da57295

Please sign in to comment.