Type mismatch between Core Source and Component library source

Using Web Core 2.0.5.0 for Delphi 11.2. I noticed a bug:

TWebMultimediaPlayer.CurrentTime is defined as double (and should be double!), but in the file
c:\Users<username>\AppData\Local\tmssoftware\registered\TMS WEB Core RSXE14\Component Library Source\WEBLib.ExtCtrls.pas
it is defined as an integer.
That's wrong in my opinion.

You're correct, this was an oversight that we have corrected now.
Next release will have this fixed.

Thanks for confirming.