diff --git a/src/core/player.h b/src/core/player.h index ed85b506f..006247b46 100644 --- a/src/core/player.h +++ b/src/core/player.h @@ -97,7 +97,7 @@ class Player : public QObject { void Error(const QString& message); void TrackSkipped(PlaylistItemPtr old_track); // Emitted when there's a manual change to the current's track position. - void Seeked(qlonglong milliseconds); + void Seeked(qlonglong microseconds); void ForceShowOSD(Song);