diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-09 22:16:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-10 10:31:15 +0100 |
| commit | a8e22f49504701e9dc50df2b2da7b7ebaa4cb859 (patch) | |
| tree | e486fa3c6c2628b77558bda2cc73e3b89e4ebbda | |
| parent | 11bc225507bbd6f2942b7b867389d9571a09c717 (diff) | |
Clarify comment.
| -rw-r--r-- | src/lib/playlist.h | 2 |
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; |
