Add some basic JSON stuff.
[dcpomatic.git] / src / lib / examine_content_job.cc
index cbf180ffcb3bf451379e410039d5d28dfed75d80..8f16e2e5c0c069e2ab601c4bf91cec39c1e3cebc 100644 (file)
@@ -46,6 +46,12 @@ ExamineContentJob::name () const
        return _("Examine content");
 }
 
+string
+ExamineContentJob::json_name () const
+{
+       return N_("examine_content");
+}
+
 void
 ExamineContentJob::run ()
 {