Skip to content

Commit

Permalink
restyled fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdecenzo committed Jan 19, 2024
1 parent 2b96166 commit e437054
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ bool MediaPlaybackManager::HandleActivateTextTrack(const chip::CharSpan & trackI
if (strcmp(nextidString.c_str(), idString.c_str()) == 0)
{
ChipLogError(Controller, "HandleActivateTextTrack - match");
mActiveTextTrack = availableTextTrack;
foundMatch = true;
mActiveTextTrack = availableTextTrack;
foundMatch = true;
break;
}
}
Expand Down

0 comments on commit e437054

Please sign in to comment.