From b92a26bfcb9fd08dcb5303e07a3417c9bb8ef137 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Fri, 16 Jan 2026 12:57:54 +0800 Subject: [PATCH] docs(ntfy.sh): add priority documentation --- docs/using-seerr/notifications/ntfy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/using-seerr/notifications/ntfy.md b/docs/using-seerr/notifications/ntfy.md index 946dca78..72a3790f 100644 --- a/docs/using-seerr/notifications/ntfy.md +++ b/docs/using-seerr/notifications/ntfy.md @@ -24,6 +24,10 @@ Set this to the username and password for your ntfy.sh server. Set this to the token for your ntfy.sh server. +### Priority (optional) + +Set the priority level for notifications. Options range from Minimum (1) to Urgent (5), with Default (3) being the standard level. Higher priority notifications may bypass Do Not Disturb settings on some devices. + :::info Please refer to the [ntfy.sh API documentation](https://docs.ntfy.sh/) for more details on configuring these notifications. :::