Skip to content
Commit f8fd8b98 authored by Bertrand Lorentz's avatar Bertrand Lorentz
Browse files

[AudioscrobblerService] Initialize the song start time

If the scrobbling engine misses the first StartOfStream event,
for example because it was not started yet, the song start time
was not initialized. We would then try to scrobble the track with a
negative value as start time. This ended up blocking the whole
scrobbling queue.

This commit just sets a reasonable default value for the start time.
Fixes bgo#553433.
parent 90e9be3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment