1
0
Fork 0

np-subsonic: typo

This commit is contained in:
tastytea 2024-04-04 12:49:31 +02:00
parent 661f3e0911
commit 5fea0a8dac
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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