feat: allow filtering with null (no) rating
This commit is contained in:
@@ -17,7 +17,6 @@ export type Movie = {
|
||||
average?: string;
|
||||
author: string;
|
||||
rating: number;
|
||||
status: "not-seen" | "watch-again" | "finished";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user