change showkind repr to i8

This commit is contained in:
Joe Ardent 2023-07-01 16:20:48 -07:00
parent 4f7f511ca3
commit 04549fd7a5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pub mod templates;
#[derive( #[derive(
Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize, sqlx::Type, Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize, sqlx::Type,
)] )]
#[repr(i32)] #[repr(i8)]
pub enum ShowKind { pub enum ShowKind {
Movie = 0, Movie = 0,
Series = 1, Series = 1,