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

@ -3840,7 +3840,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
player = player || this._currentPlayer || { isLocalPlayer: true };
if (player.isLocalPlayer) {
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
var list = [
"GoHome",
"GoToSettings",
@ -3968,7 +3967,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
};
PlaybackManager.prototype.sendCommand = function (cmd, player) {
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
console.log('MediaController received command: ' + cmd.Name);
switch (cmd.Name) {
case 'SetRepeatMode':