diff options
author | Samir Benmendil <me@rmz.io> | 2020-12-29 16:11:38 +0000 |
---|---|---|
committer | Samir Benmendil <me@rmz.io> | 2020-12-29 16:11:38 +0000 |
commit | 5432bfebe8920ab881ecaeb210d9cc88d141c1c0 (patch) | |
tree | ae066962683ceb1f387f075a6b27acfd86c3f05a /tools/Linux/kodi-standalone.sh.pulse | |
parent | af8aded66c19e618cc3621f68231bb9f79e59dd4 (diff) |
[kodi-standalone.sh] Use APP instead of XBMC
The XBMC variable does not exist in the main kodi-standalone script, so
this assignment had no effect.
Diffstat (limited to 'tools/Linux/kodi-standalone.sh.pulse')
-rw-r--r-- | tools/Linux/kodi-standalone.sh.pulse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/kodi-standalone.sh.pulse b/tools/Linux/kodi-standalone.sh.pulse index 5273094b55..5ee2fce4ea 100644 --- a/tools/Linux/kodi-standalone.sh.pulse +++ b/tools/Linux/kodi-standalone.sh.pulse @@ -4,6 +4,6 @@ if [ -n "$PULSE_START" ]; then else PULSE_SESSION="$(command -v pulse-session)" if [ -n "$PULSE_SESSION" ]; then - XBMC="$PULSE_SESSION $XBMC" + APP="$PULSE_SESSION $APP" fi fi |