Update smartrss.sh

This commit is contained in:
2025-09-10 13:46:06 +02:00
committed by GitHub
parent 34970f3c84
commit 2ec7250d94
+1 -1
View File
@@ -6,6 +6,6 @@ rsstail -f '{title}---{link}\n' "$URL" | while IFS="---" read -r title link; do
# shellcheck disable=SC2012
if ls /medias | tr -d "[:punct:]" | grep -qix "$name"; then
transmission-remote "$TRURL" --auth "$TRUSER:$TRPASS" -a "$link" -w "$name"
transmission-remote "$TRURL" --auth "$TRUSER:$TRPASS" -a "$link" -w "/medias/$name"
fi
done