summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-09 22:16:36 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-10 10:31:15 +0100
commita8e22f49504701e9dc50df2b2da7b7ebaa4cb859 (patch)
treee486fa3c6c2628b77558bda2cc73e3b89e4ebbda
parent11bc225507bbd6f2942b7b867389d9571a09c717 (diff)
Clarify comment.
-rw-r--r--src/lib/playlist.h2
1 files changed, 1 insertions, 1 deletions
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<const Film> 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;