This commit is contained in:
Mark Furneaux 2015-05-18 13:03:44 -04:00
parent 99dffe216c
commit 50ff5f5b0e
1 changed files with 1 additions and 1 deletions

View File

@ -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);