Skip to content

Commit

Permalink
fix: update scanarr to scan sonarr on interval
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Dec 10, 2024
1 parent 7b3f5ec commit 9a1b470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
"URL": "http://sonarr:8989",
"Interval": 120,
"ScanOnWake": true,
"ScanOnInterval": false,
"ScanOnInterval": true,
"ScanOnStart": true,
"ForceImport": false,
"ForceImportInterval": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
"URL": "http://sonarr4k:8989",
"Interval": 120,
"ScanOnWake": true,
"ScanOnInterval": false,
"ScanOnInterval": true,
"ScanOnStart": true,
"ForceImport": false,
"ForceImportInterval": 1,
Expand Down

0 comments on commit 9a1b470

Please sign in to comment.