Cleanup InteractiveSearchRowProps

pull/9066/head
Bogdan 1 year ago
parent 9b4f80535e
commit 174ea347a8

@ -92,9 +92,7 @@ interface InteractiveSearchRowProps {
mappedMovieId?: number; mappedMovieId?: number;
rejections: string[]; rejections: string[];
indexerFlags: string[]; indexerFlags: string[];
episodeRequested: boolean;
downloadAllowed: boolean; downloadAllowed: boolean;
isDaily: boolean;
isGrabbing: boolean; isGrabbing: boolean;
isGrabbed: boolean; isGrabbed: boolean;
grabError?: string; grabError?: string;

Loading…
Cancel
Save