Skip to content

Do not use toLocaleTimeString to convert ms to hh:mm:ss format

Albert Vaca Cintora requested to merge work/mpris-time-without-locale into master

The current code didn't seem to work on all locales.

Solves the same problem as in !377 (closed) but by getting rid of the problematic function altogether.

Merge request reports