Clarify comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 9 Feb 2023 21:16:36 +0000 (22:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Feb 2023 09:31:15 +0000 (10:31 +0100)
src/lib/playlist.h

index 89f36f89567572febf2cdaaf2fea8d08df25dca2..2d68d3f393bd7cf00b804215364170a6b99c433c 100644 (file)
@@ -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;