PVR.GetBroadcastDetails returning error

PVR.GetBroadcastDetails is broken in Kodi Krypton

Requesting broadcast details using a valid broadcastid returns an error

Code:
request={"jsonrpc":"2.0","method":"PVR.GetBroadcastDetails","params":{"broadcastid":419129},"id":3}

Code:
{
    "code": -32602,
    "message": "Invalid params."
}

It must be the same issue as I described here…
http://forum.kodi.tv/showthread.php?tid=…pid2499924