Add some basic JSON stuff.
[dcpomatic.git] / src / lib / scp_dcp_job.cc
index 22715978a7040ba279843c8e2ab0488a8f98f7a3..0b713b0427b15c62cdda2e39455c0a5e3dab1bc3 100644 (file)
@@ -110,6 +110,12 @@ SCPDCPJob::name () const
        return _("Copy DCP to TMS");
 }
 
+string
+SCPDCPJob::json_name () const
+{
+       return N_("scp_dcp");
+}
+
 void
 SCPDCPJob::run ()
 {
@@ -223,4 +229,3 @@ SCPDCPJob::set_status (string s)
        boost::mutex::scoped_lock lm (_status_mutex);
        _status = s;
 }
-