mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-26 02:50:26 +00:00
Feat: new keyboard shortcuts
p - update smart playlists
This commit is contained in:
parent
4667c82cc1
commit
4c86327f22
@ -641,6 +641,9 @@ function appInit() {
|
||||
case 82: //r
|
||||
rescanDB();
|
||||
break;
|
||||
case 80: //p
|
||||
updateSmartPlaylists();
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user