diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-25 21:06:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-25 21:06:47 +0100 |
commit | 2ff2d07b5ed265d0f4ce095002484fe771e51dae (patch) | |
tree | c1ec7370f0df772a5fafd2bf33b7481036c06f65 /common | |
parent | e2c62c34b4c2983b8ceef034347bc62b28a88122 (diff) | |
download | jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar.bz2 jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar.zst |
watchlist and some small fixes
Diffstat (limited to 'common')
-rw-r--r-- | common/src/user.rs | 1 |
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)] |