From fbb077b4569dff84ecbcac8b9bdb3bf3ad22d343 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 20 May 2025 00:07:15 +0200 Subject: [PATCH] Fix. --- testing/scripts/sync_rtorrent_download.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/scripts/sync_rtorrent_download.sh b/testing/scripts/sync_rtorrent_download.sh index 1a16167..52cdbb7 100755 --- a/testing/scripts/sync_rtorrent_download.sh +++ b/testing/scripts/sync_rtorrent_download.sh @@ -148,6 +148,12 @@ STATUS_LOCAL=${STATUS} if [ -z "${TITLE}" ]; then abort 'No matching selectable found.' fi +if [ -z "${STATUS_REMOTE}" ]; then + SELECTION=${TITLE} + STATUS= + for_line_in "${OVERVIEW_ONLY_REMOTE}" find_match + STATUS_REMOTE=${STATUS} +fi -- 2.30.2