aboutsummaryrefslogtreecommitdiff
path: root/common/src/user.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-25 21:06:47 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-25 21:06:47 +0100
commit2ff2d07b5ed265d0f4ce095002484fe771e51dae (patch)
treec1ec7370f0df772a5fafd2bf33b7481036c06f65 /common/src/user.rs
parente2c62c34b4c2983b8ceef034347bc62b28a88122 (diff)
downloadjellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar
jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar.bz2
jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar.zst
watchlist and some small fixes
Diffstat (limited to 'common/src/user.rs')
-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)]