repo: music action: commit revision: path_from: revision_from: 5a22b86bd3e6d6f6894f402d00b6aa707043fdd8: path_to: revision_to:
commit 5a22b86bd3e6d6f6894f402d00b6aa707043fdd8 Author: epochDate: Tue Jan 19 01:27:31 2021 -0600 pushmeta now uses $* instead of $1 diff --git a/music-pushmeta b/music-pushmeta
--- a/music-pushmeta
+++ b/music-pushmeta
@@ -29,4 +29,4 @@ printf "GET /admin/metadata?mode=updinfo&mount=/&title=%s HTTP/1.1\r
Host: %s\r
Authorization: Basic %s\r
\r
-" "$(uriescape "$1" | sed 's/\&/%26/g')" "${host}" "$(printf "%s\n" "$creds" | base64)" | ncat "${domain}" "${port}"
+" "$(uriescape "$*" | sed 's/\&/%26/g')" "${host}" "$(printf "%s\n" "$creds" | base64)" | ncat "${domain}" "${port}"
-----END OF PAGE-----