diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-02 01:13:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-03 22:46:26 +0200 |
| commit | 486234b09505b0de994811ef4078891a1d5547b1 (patch) | |
| tree | a8553f94ca0ea0a57ba87104f76b39bebc2b5026 /src/lib | |
| parent | b885c21a4639842a856483d1867843b03500efc8 (diff) | |
Enable notification of upload jobs finishing.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/upload_job.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h index ae8d5c7a2..eee890e34 100644 --- a/src/lib/upload_job.h +++ b/src/lib/upload_job.h @@ -37,6 +37,9 @@ public: std::string name () const override; std::string json_name () const override; void run () override; + bool enable_notify() const override { + return true; + } std::string status () const override; private: |
