player/Thread: update function name in comment

This commit is contained in:
Max Kellermann 2020-09-16 20:11:50 +02:00
parent c61a3b8d13
commit d9d511f33e

View File

@ -440,7 +440,7 @@ Player::ActivateDecoder() noexcept
pc.audio_format.Clear();
{
/* call syncPlaylistWithQueue() in the main thread */
/* call playlist::SyncWithPlayer() in the main thread */
const ScopeUnlock unlock(pc.mutex);
pc.listener.OnPlayerSync();
}