Do not automatically select 0byte files on manual import
This commit is contained in:
parent
b81c3ee4a8
commit
1ddf4787ca
|
@ -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…
Reference in New Issue