Allow numeric passwords for all providers. #2416

pull/2411/head
JayZed 4 months ago committed by GitHub
parent 5d87b10475
commit c4553452a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save