Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
[dcpomatic.git] / src / lib / examine_content_job.h
index 145f480486df76f2866c56fe3049ab391d929f41..0105035ffe1c175521680f1fc059869836e5bdc2 100644 (file)
@@ -33,7 +33,10 @@ public:
        std::string json_name () const;
        void run ();
 
+       boost::shared_ptr<Content> content () const {
+               return _content;
+       }
+
 private:
        boost::shared_ptr<Content> _content;
 };
-