From a8e22f49504701e9dc50df2b2da7b7ebaa4cb859 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Feb 2023 22:16:36 +0100 Subject: [PATCH] Clarify comment. --- src/lib/playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 89f36f895..2d68d3f39 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -98,7 +98,7 @@ private: void reconnect (std::shared_ptr film); mutable boost::mutex _mutex; - /** List of content. Kept sorted in position order. */ + /** List of content, kept sorted by ContentSorter() */ ContentList _content; bool _sequence = true; bool _sequencing = false; -- 2.30.2