change showkind repr to i8
This commit is contained in:
parent
4f7f511ca3
commit
04549fd7a5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue