mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Fixed up per comments
This commit is contained in:
parent
c0d77fcca2
commit
8b8ee912c0
5 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ define(['app'], function () {
|
|||
NzbDrone.Commands.Execute = function (name, properties) {
|
||||
var data = { command: name };
|
||||
|
||||
if (properties !== undefined) {
|
||||
if (!properties) {
|
||||
$.extend(data, properties);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue