1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6336 from thornbill/branding-help

This commit is contained in:
Bill Thornton 2024-11-22 02:31:41 -05:00 committed by GitHub
commit 2b0f028b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,10 @@ export const HelpLinks = [
paths: ['/dashboard/plugins/repositories'], paths: ['/dashboard/plugins/repositories'],
url: 'https://jellyfin.org/docs/general/server/plugins/#repositories' url: 'https://jellyfin.org/docs/general/server/plugins/#repositories'
}, { }, {
paths: ['/dashboard/settings'], paths: [
'/dashboard/branding',
'/dashboard/settings'
],
url: 'https://jellyfin.org/docs/general/server/settings' url: 'https://jellyfin.org/docs/general/server/settings'
}, { }, {
paths: ['/dashboard/tasks'], paths: ['/dashboard/tasks'],