mirror of
https://github.com/SuperBFG7/ympd
synced 2025-08-03 12:34:39 +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
|
case 82: //r
|
||||||
rescanDB();
|
rescanDB();
|
||||||
break;
|
break;
|
||||||
|
case 80: //p
|
||||||
|
updateSmartPlaylists();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user