fish: Fix typo in KINK script
This commit is contained in:
parent
3fd7c9de7e
commit
36d2946228
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
kink = {
|
||||
body = ''
|
||||
set -f pls_url = "https://playerservices.streamtheworld.com/pls/KINKAAC.pls"
|
||||
set -f pls_url "https://playerservices.streamtheworld.com/pls/KINKAAC.pls"
|
||||
if [ "$channel" = "dna" ]
|
||||
set pls_url "https://playerservices.streamtheworld.com/pls/KINK_DNAAAC.pls"
|
||||
else if [ "$channel" = "distortion" ]
|
||||
|
|
Loading…
Reference in a new issue