mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
New: Remember add import list exclusion when removing movie
Closes #7949 Closes #7950
This commit is contained in:
@@ -70,6 +70,9 @@ function MovieIndexRow(props: MovieIndexRowProps) {
|
||||
tags = [],
|
||||
tmdbId,
|
||||
imdbId,
|
||||
isAvailable,
|
||||
grabbed,
|
||||
movieFile,
|
||||
youTubeTrailerId,
|
||||
isSaving = false,
|
||||
movieRuntimeFormat,
|
||||
@@ -310,7 +313,10 @@ function MovieIndexRow(props: MovieIndexRowProps) {
|
||||
return (
|
||||
<VirtualTableRowCell key={name} className={styles[name]}>
|
||||
<MovieFileStatusConnector
|
||||
movieId={movieId}
|
||||
isAvailable={isAvailable}
|
||||
monitored={monitored}
|
||||
grabbed={grabbed}
|
||||
movieFile={movieFile}
|
||||
queueStatus={queueStatus}
|
||||
queueState={queueState}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user