fixed hide schedule bug
This commit is contained in:
parent
ebd6af58ba
commit
1382699dda
3 changed files with 4 additions and 4 deletions
|
@ -10,5 +10,5 @@ export type Movie = {
|
|||
actors: string;
|
||||
plot: string;
|
||||
poster: string;
|
||||
last_watched: string;
|
||||
has_been_scheduled: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue