Fix calculation of statistics.
Calculating statistics in slotNewTrackPlaying is a bad idea because trackPosition() is undefined in that case. Instead we should calculate it in PlaylistActions before we start playing the next track. Will backport this after it gets more testing (Especially on windows/mac)
BUG: 182025
|