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