1
0
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:
Bogdan
2024-10-17 04:46:15 +03:00
committed by Mark McDowall
parent 10b55bbee6
commit 0bc4903954
3 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -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);