client/player: Fix transport.acquire for linked transports
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 19 Jun 2023 20:30:31 +0000 (13:30 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commitc4be14cb7eafae6a7659f3fe36d88db513e68455
treed041f417f5b9d8bdb5707bf6b1b73bc686c482d0
parent771518a4ecff842d5dfa912840b9c8f3a12c33d6
client/player: Fix transport.acquire for linked transports

Linked (bi-directional) transports can be acquired on single D-Bus
method call which was not being handled properly by the current code
causing unexpected errors.
client/player.c