X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.h;h=6b2e8f9235d3637bddc22789ee63d6ec2ea8087f;hb=03f138ee007efd175c85d7c63f8deec567065d89;hp=368a9b685117ff6425e0a43207032a05450e960e;hpb=6e93ff6ac5b514d1b8dd9ccb2d6372576a52761a;p=dcpomatic.git diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 368a9b685..6b2e8f923 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -57,6 +57,9 @@ public: std::string json_name () const override; void run () override; std::string status () const override; + bool enable_notify () const override { + return true; + } void set_encoder (std::shared_ptr t);