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

Fixed: Creating new Delay Profile

Fixes #8077

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2023-08-14 22:09:49 -05:00
parent 99ff6aa9c4
commit f9f44aec7a
2 changed files with 4 additions and 0 deletions
@@ -14,6 +14,8 @@ const newDelayProfile = {
usenetDelay: 0,
torrentDelay: 0,
bypassIfHighestQuality: false,
bypassIfAboveCustomFormatScore: false,
minimumCustomFormatScore: 0,
tags: []
};