Transmission: Fix add.

This commit is contained in:
Dmitry Voronin 2025-01-19 12:43:28 +03:00
parent d76c7aba1e
commit 9acab36dd8
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,6 +1,6 @@
# Torrent download alias. # Torrent download alias.
function tdl() { function tdl() {
transmission-remote home.local ${@} transmission-remote home.local "${@}"
} }
# Download torrent files to home. # Download torrent files to home.