1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 23:39:44 +02:00

Cleanup InteractiveSearchRowProps

This commit is contained in:
Bogdan 2023-08-22 23:28:34 +03:00
parent 9b4f80535e
commit 174ea347a8

View File

@ -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;