mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-04 11:43:19 +02:00
New: Don't initially select 0 byte files in Interactive Import
Closes #6686
This commit is contained in:
parent
9738101042
commit
04bd535cfc
@ -128,7 +128,8 @@ function InteractiveImportRow(props: InteractiveImportRowProps) {
|
|||||||
seasonNumber != null &&
|
seasonNumber != null &&
|
||||||
episodes.length &&
|
episodes.length &&
|
||||||
quality &&
|
quality &&
|
||||||
languages
|
languages &&
|
||||||
|
size > 0
|
||||||
) {
|
) {
|
||||||
onSelectedChange({
|
onSelectedChange({
|
||||||
id,
|
id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user