mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed up per comments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user