fix help label for music library creation

This commit is contained in:
dkanada 2019-09-11 04:18:20 -07:00
parent 9956084443
commit 27f39e39c4
4 changed files with 6 additions and 8 deletions

View file

@ -39,7 +39,6 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
}
function processGeneralCommand(cmd, apiClient) {
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
console.log('Received command: ' + cmd.Name);
switch (cmd.Name) {
case 'Select':