Do not automatically select 0byte files on manual import

This commit is contained in:
Stevie Robinson 2024-04-27 23:20:55 +02:00
parent b81c3ee4a8
commit 1ddf4787ca
1 changed files with 2 additions and 1 deletions

View File

@ -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,