Season Search added to series details

This commit is contained in:
Mark McDowall 2013-06-23 21:37:55 -07:00
parent 56cf3555a6
commit a34e6f3c70
4 changed files with 54 additions and 4 deletions

View file

@ -4,7 +4,7 @@ define(['app'], function () {
NzbDrone.Commands.Execute = function (name, properties) {
var data = { command: name };
if (!properties) {
if (properties) {
$.extend(data, properties);
}