From d9d511f33ef6ed358e844e834db1706f40588cb7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Sep 2020 20:11:50 +0200 Subject: [PATCH] player/Thread: update function name in comment --- src/player/Thread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx index 286855136..1766164e1 100644 --- a/src/player/Thread.cxx +++ b/src/player/Thread.cxx @@ -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(); }