aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-11-30 15:47:20 +0100
committermetamuffin <metamuffin@disroot.org>2025-11-30 15:47:20 +0100
commite4584a8135584e6591bac7d5397cf227cf3cff92 (patch)
tree5f3c2bdd19bbad2a9358f8de2de7f5b6c2846ed8 /common
parent8174d129fbabd2d39323678d11d868893ddb429a (diff)
downloadjellything-e4584a8135584e6591bac7d5397cf227cf3cff92.tar
jellything-e4584a8135584e6591bac7d5397cf227cf3cff92.tar.bz2
jellything-e4584a8135584e6591bac7d5397cf227cf3cff92.tar.zst
eid fixes
Diffstat (limited to 'common')
-rw-r--r--common/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index 3f535fd..cf79cc5 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -82,6 +82,7 @@ pub enum PictureSlot {
Backdrop,
}
+#[repr(u8)]
#[derive(Debug, Clone, Copy, Deserialize, Serialize, PartialEq, Eq, PartialOrd, Ord)]
#[serde(rename_all = "snake_case")]
pub enum IdentifierType {