mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Cleanup InteractiveSearchRowProps
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user