Skip to content

Keep MPRIS interface in microseconds

Cédric Bellegarde requested to merge soumya92:master into master

Created by: soumya92

In switching to seconds for everything internally, the external mpris interface was inadvertently converted to nanoseconds instead of microseconds.

This PR converts all values at the MPRIS <-> Lollypop boundary from microseconds <-> seconds as needed.

Edit: corrected milliseconds to nanoseconds

Merge request reports