More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / examine_content_job.h
index 0f4da2457c646fff9fb47ee0efb50a74820ed033..42496372638878773e61f962524d78848b89057d 100644 (file)
@@ -32,6 +32,10 @@ public:
        std::string json_name () const;
        void run ();
 
+       boost::shared_ptr<Content> content () const {
+               return _content;
+       }
+
 private:
        boost::shared_ptr<Content> _content;
 };