1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Fixed: Default MinAvail to Released if not passed on add

Fixes #2117
This commit is contained in:
Qstick
2021-12-23 15:35:04 -06:00
parent 124b50288d
commit 4278415fd7

View File

@@ -16,6 +16,7 @@ namespace Radarr.Api.V3.Movies
public MovieResource()
{
Monitored = true;
MinimumAvailability = MovieStatusType.Released;
}
//Todo: Sorters should be done completely on the client