xbmc: reload skin earlyer and in background on wakeup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-18 23:18:20 +02:00
parent b5bf326e34
commit e997d08fa2

View File

@ -24,7 +24,7 @@
case "$1" in
thaw|resume)
xbmc-send --host=127.0.0.1 -a "ReloadSkin()"
xbmc-send --host=127.0.0.1 -a "ReloadSkin()" &
;;
*) exit $NA
;;