Hand-apply e30fd8d; resurrect JSON server code.
[dcpomatic.git] / src / lib / examine_content_job.cc
index 2b8f118f8d11b0cf665dbf621913afc984ca7ade..b5441e36b55c662451f2a3d9bab92bcd45a72fa6 100644 (file)
@@ -46,6 +46,12 @@ ExamineContentJob::name () const
        return _("Examine content");
 }
 
+string
+ExamineContentJob::json_name () const
+{
+       return N_("examine_content");
+}
+
 void
 ExamineContentJob::run ()
 {