aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.local
diff options
context:
space:
mode:
authorLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-03-09 11:23:10 +0000
committerLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-03-09 11:23:10 +0000
commit15f8118da55d054fd99b00392933a7f75b1e53fa (patch)
tree5f361b5f1012ecf363fec083140243addbcbfb77 /home/.local
parentdf2797b984772085e1a332411dfbd0c34397c9f5 (diff)
downloaddotfiles-15f8118da55d054fd99b00392933a7f75b1e53fa.tar.gz
dotfiles-15f8118da55d054fd99b00392933a7f75b1e53fa.tar.bz2
dotfiles-15f8118da55d054fd99b00392933a7f75b1e53fa.zip
Change tokodi target hostname
Diffstat (limited to 'home/.local')
-rwxr-xr-xhome/.local/bin/tokodi2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/tokodi b/home/.local/bin/tokodi
index 738d77b..8393c8b 100755
--- a/home/.local/bin/tokodi
+++ b/home/.local/bin/tokodi
@@ -10,4 +10,4 @@ fi
payload="$(printf '{"jsonrpc":"2.0", "id": 1, "method":"Player.Open","params": {"item": {"file":"%s"}}}' "$url")"
-curl -u kodi:kodi 'http://xbox.pulpo:8080/jsonrpc' -X POST --data-raw "$payload" -H 'Content-Type: application/json'
+curl -u kodi:kodi 'http://ruiflix.pulpo:8080/jsonrpc' -X POST --data-raw "$payload" -H 'Content-Type: application/json'