From c4553452a5d6548acb842fd9f1912cdea2f37773 Mon Sep 17 00:00:00 2001 From: JayZed Date: Sun, 3 Mar 2024 11:47:30 -0500 Subject: [PATCH] Allow numeric passwords for all providers. #2416 --- bazarr/app/config.py | 2 +- frontend/src/pages/Settings/Providers/list.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazarr/app/config.py b/bazarr/app/config.py index 0d1931997..3fa92bc94 100644 --- a/bazarr/app/config.py +++ b/bazarr/app/config.py @@ -438,7 +438,7 @@ array_keys = ['excluded_tags', empty_values = ['', 'None', 'null', 'undefined', None, []] -str_keys = ['chmod', 'log_include_filter', 'log_exclude_filter'] +str_keys = ['chmod', 'log_include_filter', 'log_exclude_filter', 'password', 'f_password', 'hashed_password'] # Increase Sonarr and Radarr sync interval since we now use SignalR feed to update in real time if settings.sonarr.series_sync < 15: diff --git a/frontend/src/pages/Settings/Providers/list.ts b/frontend/src/pages/Settings/Providers/list.ts index faaa9b992..d28129fde 100644 --- a/frontend/src/pages/Settings/Providers/list.ts +++ b/frontend/src/pages/Settings/Providers/list.ts @@ -118,7 +118,7 @@ export const ProviderList: Readonly = [ key: "cinemaz", name: "CinemaZ", description: - "cinemaz.to - CinemaZ is a private torrent tracker which is dedicated to little-known and cult films that you will not find on other popular torrent resources.", + "cinemaz.to - CinemaZ is a private torrent tracker which is dedicated to little-known\nand cult films that you will not find on other popular torrent resources.", inputs: [ { type: "text",