mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 13:35:18 +00:00
Allow numeric passwords for all providers. #2416
This commit is contained in:
parent
5d87b10475
commit
c4553452a5
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -118,7 +118,7 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
|
|||
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",
|
||||
|
|
Loading…
Reference in a new issue