From cb6479e4a4a99d8f3d0363f8897776e7f06eb45d Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sat, 7 Sep 2024 19:59:13 +0700 Subject: [PATCH] qbittorrent: simplify notification title --- system/podman/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/podman/qbittorrent.nix b/system/podman/qbittorrent.nix index 32c2d68..03bd9f0 100644 --- a/system/podman/qbittorrent.nix +++ b/system/podman/qbittorrent.nix @@ -59,7 +59,7 @@ in curl -X POST \ -H "Authorization: Bearer $NTFY_TOKEN" \ - -H "X-Title: '$1' finished downloading" \ + -H "X-Title: $1" \ -H "X-Tags: white_check_mark,$2" \ -d "Number of Files: $7, Size: $8" \ https://ntfy.tigor.web.id/qbittorrent-finish