Do not automatically select 0byte files on manual import

pull/6760/head
Stevie Robinson 2 weeks ago
parent b81c3ee4a8
commit 1ddf4787ca

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

Loading…
Cancel
Save