move_up to start new album from music menu
This commit is contained in:
parent
dc9379d759
commit
2b27ccd375
2 changed files with 4 additions and 1 deletions
|
@ -116,6 +116,9 @@ Kodi(){
|
|||
split_up(){
|
||||
xdotool_helper "key p"
|
||||
}
|
||||
move_up(){
|
||||
xdotool_helper "key o"
|
||||
}
|
||||
search(){
|
||||
kodi-send --action="VideoLibrary.Search"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue