Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db/ProxyDatabasePlugin: read millisecond values for range start and end
Range `start` and `end` values in `mpd_song` (libmpdclient) is stored in seconds only, which makes range times in `ProxySong` truncated to seconds and leads to precision loss on satellite cue track range times. This commit reads the added `start_ms` and `end_ms` value from libmpdclient, which represent range start and end time in milliseconds. And uses them to set `start_time` and `end_time` of `ProxySong`.
- Loading branch information