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
1 changed files with 3 additions and 0 deletions

View File

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