Use admin quality defaults throughout the request pipeline
This commit is contained in:
@@ -1021,11 +1021,11 @@ export default function SettingsPage({ section }: SettingsPageProps) {
|
||||
bazarr_base_url: 'Bazarr server URL used for movie and episode subtitle repairs. Scheme is optional.',
|
||||
bazarr_api_key: 'API key used to ask Bazarr for fresh subtitles.',
|
||||
bazarr_default_language: 'Language code Bazarr should search for by default, such as en.',
|
||||
sonarr_quality_profile_id: 'Quality profile used when adding TV shows.',
|
||||
sonarr_quality_profile_id: 'Applied automatically to every new TV request. Users do not choose a quality profile in the request pipeline. If no Magent default is configured, requests use Seerr’s default.',
|
||||
sonarr_root_folder: 'Root folder where Sonarr stores TV shows.',
|
||||
radarr_base_url: 'Radarr server URL for movies (FQDN or IP). Scheme is optional.',
|
||||
radarr_api_key: 'API key for Radarr.',
|
||||
radarr_quality_profile_id: 'Quality profile used when adding movies.',
|
||||
radarr_quality_profile_id: 'Applied automatically to every new movie request. Users do not choose a quality profile in the request pipeline. If no Magent default is configured, requests use Seerr’s default.',
|
||||
radarr_root_folder: 'Root folder where Radarr stores movies.',
|
||||
prowlarr_base_url:
|
||||
'Prowlarr server URL for indexer searches (FQDN or IP). Scheme is optional.',
|
||||
|
||||
Reference in New Issue
Block a user