-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hello, i've upgraded my sonarr to v4 and now i cannot add any series via addarr.
My config is:
sonarr:
server:
addr: ...
port : **** # Default is 8989
path: / # Default is / . If set, it must start and finish with / . Eg: /son>
ssl: false #default false
auth:
apikey: ****************************
username: *********
password: ********
search: true
seasonFolder: true
languageProfile: Italian
excludedRootFolders: # If set must not have a trailing slash Eg: /mnt/Media
- # First excluded folder, add others with a "-" on a new line (same indent>
excludedQualityProfiles:
-
defaultTags: # If set must be existing tags
- telegram
adminRestrictions: false
The log is:
addarr.sonarr - DEBUG - Didn't find a match with languageProfile from the config file. Took instead the first languageId from languageProfile-API response
What can i do?
Tnx