fixed hide schedule bug

This commit is contained in:
Edward Tirado Jr 2025-05-29 13:55:55 -05:00
parent ebd6af58ba
commit 1382699dda
3 changed files with 4 additions and 4 deletions

View file

@ -10,5 +10,5 @@ export type Movie = {
actors: string;
plot: string;
poster: string;
last_watched: string;
has_been_scheduled: boolean;
};