diff options
Diffstat (limited to 'common/src/internal.rs')
| -rw-r--r-- | common/src/internal.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/internal.rs b/common/src/internal.rs index 94876f1..58a2dae 100644 --- a/common/src/internal.rs +++ b/common/src/internal.rs @@ -7,6 +7,6 @@ use jellyobject::fields; fields! { - IM_PATH: &str = 0x11001 "path"; - IM_MTIME: u64 = 0x11002 "mtime"; + IM_PATH: &str = b"Ipth"; + IM_MTIME: u64 = b"Imtm"; } |