mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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