From 264eedc90ad8114bc8864a9f84b436e1fc354911 Mon Sep 17 00:00:00 2001 From: theguymadmax Date: Tue, 2 Dec 2025 11:19:29 -0500 Subject: [PATCH] Add help link to backups page --- src/apps/dashboard/constants/helpLinks.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/dashboard/constants/helpLinks.ts b/src/apps/dashboard/constants/helpLinks.ts index 6cce009cce..bf7fa04dc0 100644 --- a/src/apps/dashboard/constants/helpLinks.ts +++ b/src/apps/dashboard/constants/helpLinks.ts @@ -47,5 +47,8 @@ export const HelpLinks = [ '/dashboard/users/profile' ], url: 'https://jellyfin.org/docs/general/server/users/' + }, { + paths: ['/dashboard/backups'], + url: 'https://jellyfin.org/docs/general/administration/backup-and-restore/' } ];