1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-16 18:19:56 +00:00

Feat: new keyboard shortcuts

p - update smart playlists
This commit is contained in:
jcorporation 2018-11-04 19:21:07 +00:00
parent 4667c82cc1
commit 4c86327f22

View File

@ -641,6 +641,9 @@ function appInit() {
case 82: //r
rescanDB();
break;
case 80: //p
updateSmartPlaylists();
break;
default:
return;
}