make tests happy

This commit is contained in:
felix920506
2025-04-29 14:54:35 -04:00
parent da175c228d
commit 74e7809b83
+5 -1
View File
@@ -8,7 +8,11 @@ const redirects: ClientRedirects.Options['redirects'] = [
},
// Jellyfin 10.8 and below linked to this subtitle docs page
{
from: ['/docs/general/server/media/subtitles', '/docs/general/server/media/subtitles.html'],
from: [
'/docs/general/server/media/subtitles',
'/docs/general/server/media/subtitles.html',
'/docs/general/server/media/external-files'
],
to: '/docs/general/server/media/movies#external-subtitles-and-audio-racks'
},
// Storage docs moved from the server guide to administrative docs