mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 10:24:19 +01:00
Spelling
This commit is contained in:
parent
99dffe216c
commit
50ff5f5b0e
@ -437,7 +437,7 @@ void Player::SeekTo(int seconds) {
|
||||
engine_->Seek(nanosec);
|
||||
|
||||
// If we seek the track we need to move the scrobble point
|
||||
qLog(Info) << "Track seeked to" << nanosec << "ns - updating srobble point";
|
||||
qLog(Info) << "Track seeked to" << nanosec << "ns - updating scrobble point";
|
||||
app_->playlist_manager()->active()->UpdateScrobblePoint(nanosec);
|
||||
|
||||
emit Seeked(nanosec / 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user