diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx b/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx index 0972c9525..c5b84e147 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx @@ -92,9 +92,7 @@ interface InteractiveSearchRowProps { mappedMovieId?: number; rejections: string[]; indexerFlags: string[]; - episodeRequested: boolean; downloadAllowed: boolean; - isDaily: boolean; isGrabbing: boolean; isGrabbed: boolean; grabError?: string;