Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3781707 authored by Étienne Ruffieux (xWF)'s avatar Étienne Ruffieux (xWF) Committed by Automerger Merge Worker
Browse files

Merge "Follow-up of aosp/3044634 for root id" into main am: b5caa4c4 am: 6bbae0a5

parents 56797c1a 6bbae0a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1505,8 +1505,8 @@ void Device::SetBrowsedPlayerResponse(uint8_t label, std::shared_ptr<SetBrowsedP
  current_path_ = std::stack<std::string>();
  current_path_.push(root_id);

  auto response =
          SetBrowsedPlayerResponseBuilder::MakeBuilder(Status::NO_ERROR, 0x0000, num_items, 0, "");
  auto response = SetBrowsedPlayerResponseBuilder::MakeBuilder(Status::NO_ERROR, 0x0000, num_items,
                                                               0, root_id);
  send_message(label, true, std::move(response));
}