I have a nodeRed automation that receives the plex webhook payload. I’ve just noticed its stopped working. On investigation the problem is that the value returned in payload.player.title has changed.
When playing content from my apple TV, the value was set as “Living Room” - the name of the apple TV, but now its being set to “Apple TV”
While the fix just involves changing the name in nodeRed, It would seem that all apple TV’s would return the same title, so you could not distinguish them.
Is this a deliberate change or a bug? I would suggest the previous behaviour was better as you could determine which apple tv had caused the webhook to be sent.