From 7f9ab0e949666647074f8d195308a69b224024bb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 30 Mar 2024 09:25:45 +0100 Subject: new people group: created by --- common/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/src') diff --git a/common/src/lib.rs b/common/src/lib.rs index cf33032..951f3f8 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -110,6 +110,7 @@ pub enum PeopleGroup { #[cfg_attr(feature = "rocket", field(value = "production"))] Production, #[cfg_attr(feature = "rocket", field(value = "vfx"))] Vfx, #[cfg_attr(feature = "rocket", field(value = "costume"))] CostumeMakeup, + #[cfg_attr(feature = "rocket", field(value = "createdby"))] CreatedBy, } #[derive(Debug, Clone, Deserialize, Serialize, Default, Encode, Decode)] @@ -330,6 +331,7 @@ impl Display for PeopleGroup { PeopleGroup::Production => "Production", PeopleGroup::Vfx => "Visual Effects", PeopleGroup::CostumeMakeup => "Costume & Makeup", + PeopleGroup::CreatedBy => "Created by:", }) } } -- cgit v1.2.3-70-g09d2