diff options
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/internal.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/src/internal.rs b/common/src/internal.rs index 3f2c622..864eed4 100644 --- a/common/src/internal.rs +++ b/common/src/internal.rs @@ -10,8 +10,10 @@ use jellyobject::fields; use serde::{Deserialize, Serialize}; fields! { - IM_PATH: str = b"Ipth"; - IM_MTIME: u64 = b"Imtm"; + IMPORT_PATH: str = b"Ipth"; + IMPORT_MTIME: u64 = b"Imtm"; + + SESSION_KEY: str = b"Gskx"; } #[derive(Serialize, Deserialize, Clone)] |