refined message for qbit config

This commit is contained in:
Benjamin Harder
2025-06-17 10:02:53 +02:00
parent e7654b45f4
commit 94a2be4033

View File

@@ -293,13 +293,13 @@ class ArrInstance:
)
if not download_client_list:
tip = (
f"💡 Tip: In your {self.name} settings, you have a {download_client_type} download client configured named '{arr_download_client_name}'.\n"
f"💡 Tip: In the settings of your {self.name} instance, you have a {download_client_type} download client configured named '{arr_download_client_name}'.\n"
"However, in your decluttarr settings under 'download_clients', there is nothing configured.\n"
"Adding a matching entry to your decluttarr settings will enable you to fully leverage the features and benefits that decluttarr brings."
)
else:
tip = (
f"💡 Tip: In your {self.name} settings, you have a {download_client_type} download client configured named '{arr_download_client_name}'.\n"
f"💡 Tip: In the settings of your {self.name} instance, you have a {download_client_type} download client configured named '{arr_download_client_name}'.\n"
"However, in your decluttarr settings under 'download_clients', there is no entry that matches this name.\n"
"Adding a matching entry to your decluttarr settings will enable you to fully leverage the features and benefits that decluttarr brings.\n"
f"Currently, your configured download clients are: {download_client_list}"