Fixed another bug with properly showing the right colors for downloading files. Accidentally named the download field id instead of movie_id

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 1b915a7f9a
commit 2870a45ee6
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ pub struct DownloadRecord {
pub title: String,
pub status: String,
#[derivative(Default(value = "Number::from(0)"))]
pub id: Number,
pub movie_id: Number,
#[derivative(Default(value = "Number::from(0)"))]
pub size: Number,
#[derivative(Default(value = "Number::from(0)"))]