fix help label for music library creation
This commit is contained in:
parent
9956084443
commit
27f39e39c4
4 changed files with 6 additions and 8 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue