diff options
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index b05b20a16..794cf7016 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -56,6 +56,8 @@ public: std::string name () const override; std::string json_name () const override; void run () override; + void pause() override; + void resume() override; std::string status () const override; bool enable_notify () const override { return true; |
