From 5fea0a8dac4cc1001516813c4459e17edcc66ae6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 4 Apr 2024 12:49:31 +0200 Subject: [PATCH] np-subsonic: typo --- .config/zsh/functions/np-subsonic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/functions/np-subsonic b/.config/zsh/functions/np-subsonic index e6273a2..5424293 100755 --- a/.config/zsh/functions/np-subsonic +++ b/.config/zsh/functions/np-subsonic @@ -7,7 +7,7 @@ setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL local -a cfg while IFS=\n read -r line; do cfg+=${line} -done < ${XDG_CONFIG_HOME:-~/.config}/nc-subsonic.cfg +done < ${XDG_CONFIG_HOME:-~/.config}/np-subsonic.cfg local host=${cfg[1]} local api_version=1.16.1