1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-23 00:07:07 +00:00

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

Closes #6686
This commit is contained in:
Stevie Robinson 2024-04-28 03:07:41 +02:00 committed by GitHub
parent 9738101042
commit 04bd535cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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