- 🇸🇮Slovenia joco_sp
Thank you @HeikkiY. I commited it to 2.x branch. It will be available in the next release.
- Status changed to Fixed
7 months ago 1:01pm 22 May 2024 - 🇸🇮Slovenia joco_sp
Instead of
$time = (int) $time;
I added
$time = (float) $time;
otherwise you are getting the read time of 0 min. Additionally we could show also seconds, but this would be a new feature.
Automatically closed - issue fixed for 2 weeks with no activity.