xbmc: start musicdb update later after wakeup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-18 22:08:33 +01:00
parent 4142b81abf
commit 0b5574147c

View File

@ -24,8 +24,10 @@
case "$1" in
thaw|resume)
usleep 3000000
xbmc-send --host=127.0.0.1 -a "UpdateLibrary(video)"
(
usleep 5000000
xbmc-send --host=127.0.0.1 -a "UpdateLibrary(music)"
)&
;;
*) exit $NA
;;