mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Season Search added to series details
This commit is contained in:
parent
56cf3555a6
commit
a34e6f3c70
4 changed files with 54 additions and 4 deletions
|
@ -4,7 +4,7 @@ define(['app'], function () {
|
|||
NzbDrone.Commands.Execute = function (name, properties) {
|
||||
var data = { command: name };
|
||||
|
||||
if (!properties) {
|
||||
if (properties) {
|
||||
$.extend(data, properties);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue