mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
xbmc: start musicdb update later after wakeup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4142b81abf
commit
0b5574147c
@ -24,8 +24,10 @@
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
thaw|resume)
|
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
|
*) exit $NA
|
||||||
;;
|
;;
|
Loading…
x
Reference in New Issue
Block a user