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

Fixed: Default value in new Delay Profile

This commit is contained in:
Qstick
2023-04-13 18:52:13 -05:00
parent 3d244057b5
commit c514c7cac0
2 changed files with 2 additions and 0 deletions
@@ -13,6 +13,7 @@ const newDelayProfile = {
preferredProtocol: 'usenet',
usenetDelay: 0,
torrentDelay: 0,
bypassIfHighestQuality: false,
tags: []
};