diff --git a/src/Jackett.Common/Definitions/hqmusic.yml b/src/Jackett.Common/Definitions/hqmusic.yml
index 9737c82f6..225ea3c7c 100644
--- a/src/Jackett.Common/Definitions/hqmusic.yml
+++ b/src/Jackett.Common/Definitions/hqmusic.yml
@@ -42,6 +42,10 @@ settings:
options:
desc: desc
asc: asc
+ - name: info_activity
+ type: info
+ label: Account Inactivity
+ default: "Inactive accounts will be deleted according to the following rules:
- Power Users and above will never have their accounts deleted.
- Users and above will never have their accounts deleted if they park their accounts (See [User CP]).
- Parked accounts will be deleted if they do not log in within 365 days.
- Unparked accounts will be deleted if they do not log in within 240 days.
- Inactive accounts downloading or uploading on the tracker will be deleted after 240 days of not logging in or after 120 days from the time of registration.
"
login:
# switched from the form method to the cookie method due to https://github.com/Prowlarr/Prowlarr/issues/792