Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/2d82347a660d7e47d4b93b71bb6636b2e93b219f You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

(cherry picked from commit 04bd535cfca5e25c6a2d5417c6f18d5bf5180f67)

Closes 
pull/9963/head
Stevie Robinson 11 months ago committed by Bogdan
parent 25838df550
commit 2d82347a66

@ -104,7 +104,7 @@ function InteractiveImportRow(props: InteractiveImportRowProps) {
useEffect(
() => {
if (allowMovieChange && movie && quality && languages) {
if (allowMovieChange && movie && quality && languages && size > 0) {
onSelectedChange({
id,
hasMovieFileId: !!movieFileId,

Loading…
Cancel
Save