Update config.yml true

Fix two misspelled 'ture' to 'true'
This commit is contained in:
jaamulberry 2023-11-08 07:31:40 -06:00 committed by cpt-kuesel
parent 390b813d85
commit 06763244d4

View File

@ -125,7 +125,7 @@ notifiarr:
radarr: # Can be individually specified per library as well radarr: # Can be individually specified per library as well
url: http://192.168.1.2:7878/ url: http://192.168.1.2:7878/
token: ################################ token: ################################
add_missing: ture add_missing: true
add_existing: false add_existing: false
root_folder_path: /media/movies root_folder_path: /media/movies
monitor: true monitor: true
@ -138,7 +138,7 @@ radarr: # Can be individually specified per library as well
sonarr: sonarr:
url: http://192.168.1.12:32789 url: http://192.168.1.12:32789
token: ################################ token: ################################
add_missing: ture add_missing: true
add_existing: false add_existing: false
root_folder_path: /media/shows root_folder_path: /media/shows
monitor: all monitor: all