/xbmc/kodi/

This commit is contained in:
graysky 2014-12-23 21:10:37 -05:00
parent 744c5cfb38
commit bcde5236e4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ APP="${bindir}/${bin_name} --standalone $@"
PULSE_START="$(which start-pulseaudio-x11)"
if [ -n "$PULSE_START" ]; then
# delay needed to allow PA to initialize for xbmc
# delay needed to allow PA to initialize for kodi
# to detect all audio sources
$PULSE_START
sleep 6s