Commit d9d511f3 authored by Max Kellermann's avatar Max Kellermann

player/Thread: update function name in comment

parent c61a3b8d
...@@ -440,7 +440,7 @@ Player::ActivateDecoder() noexcept ...@@ -440,7 +440,7 @@ Player::ActivateDecoder() noexcept
pc.audio_format.Clear(); pc.audio_format.Clear();
{ {
/* call syncPlaylistWithQueue() in the main thread */ /* call playlist::SyncWithPlayer() in the main thread */
const ScopeUnlock unlock(pc.mutex); const ScopeUnlock unlock(pc.mutex);
pc.listener.OnPlayerSync(); pc.listener.OnPlayerSync();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment