Skip to content

Commit 7a8dff4

Browse files
committed
feat: set play origin device on play command
1 parent 32b3268 commit 7a8dff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/daemon/player.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func (p *AppPlayer) handlePlayerCommand(ctx context.Context, req dealer.RequestP
256256
return nil
257257
case "play":
258258
p.state.player.PlayOrigin = req.Command.PlayOrigin
259+
p.state.player.PlayOrigin.DeviceIdentifier = req.SentByDeviceId
259260
p.state.player.Suppressions = req.Command.Options.Suppressions
260261

261262
// apply overrides

0 commit comments

Comments
 (0)