aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/src/user.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/user.rs b/common/src/user.rs
index 7fc1233..5f012dd 100644
--- a/common/src/user.rs
+++ b/common/src/user.rs
@@ -33,6 +33,7 @@ pub enum WatchedState {
None,
Progress(f64),
Watched,
+ Pending,
}
#[derive(Debug, Serialize, Deserialize)]