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 &&
|
||||
episodes.length &&
|
||||
quality &&
|
||||
languages
|
||||
languages &&
|
||||
size > 0
|
||||
) {
|
||||
onSelectedChange({
|
||||
id,
|
||||
|
|
Loading…
Reference in New Issue