mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Season Search added to series details
This commit is contained in:
@@ -4,7 +4,7 @@ define(['app'], function () {
|
||||
NzbDrone.Commands.Execute = function (name, properties) {
|
||||
var data = { command: name };
|
||||
|
||||
if (!properties) {
|
||||
if (properties) {
|
||||
$.extend(data, properties);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user