diff options
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<Encoder> t); |
