mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Inherit trigger from pushed command models
This commit is contained in:
@@ -190,9 +190,8 @@ namespace Sonarr.Api.V3.Series
|
||||
{
|
||||
SeriesId = series.Id,
|
||||
SourcePath = sourcePath,
|
||||
DestinationPath = destinationPath,
|
||||
Trigger = CommandTrigger.Manual
|
||||
});
|
||||
DestinationPath = destinationPath
|
||||
}, trigger: CommandTrigger.Manual);
|
||||
}
|
||||
|
||||
var model = seriesResource.ToModel(series);
|
||||
|
||||
Reference in New Issue
Block a user