Migrate Sonarr to new entity naming style (#79844)

This commit is contained in:
Robert Hillis 2022-10-07 21:53:48 -04:00 committed by GitHub
parent f58e1513e2
commit c6f28f6d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View file

@ -12,6 +12,7 @@ CONF_UPCOMING_DAYS = "upcoming_days"
CONF_WANTED_MAX_ITEMS = "wanted_max_items"
# Defaults
DEFAULT_NAME = "Sonarr"
DEFAULT_UPCOMING_DAYS = 1
DEFAULT_VERIFY_SSL = False
DEFAULT_WANTED_MAX_ITEMS = 50