New: Don't initially select 0 byte files in Interactive Import

Closes #6686
pull/6580/head^2
Stevie Robinson 2 weeks ago committed by GitHub
parent 9738101042
commit 04bd535cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -128,7 +128,8 @@ function InteractiveImportRow(props: InteractiveImportRowProps) {
seasonNumber != null &&
episodes.length &&
quality &&
languages
languages &&
size > 0
) {
onSelectedChange({
id,

Loading…
Cancel
Save