summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-02 01:13:25 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-09 01:16:39 +0200
commit550981f6a5744e97320aeca2e838449e5be8801e (patch)
tree10bbac3b34fa671517fe5cd864b1e56c354836a4
parent1bf05a2b5646c341232d200913aae6546c93db70 (diff)
Enable notification of upload jobs finishing.
-rw-r--r--src/lib/upload_job.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h
index 4ccfef7ec..5fdb4f01f 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: