Go back to player having a playlist and not assuming it uses the film's content.
[dcpomatic.git] / src / lib / film.h
index fe1795bd0d2d2b4da589647ccb83c3d622612e18..23478c478b237cb027ca307e77dc4b829fa5682f 100644 (file)
@@ -141,6 +141,10 @@ public:
 
        void repeat_content (ContentList, int);
 
+       boost::shared_ptr<const Playlist> playlist () const {
+               return _playlist;
+       }
+
        /** Identifiers for the parts of our state;
            used for signalling changes.
        */