fix(opds2): auth logo issue when using base url

Closes: #2285
This commit is contained in:
Gauthier Roebroeck 2026-04-14 14:28:38 +08:00
parent 6c2621b538
commit 7c00661365

View file

@ -92,7 +92,7 @@ class OpdsGenerator(
links =
listOf(
WPLinkDto(rel = "help", href = "https://komga.org"),
WPLinkDto(rel = "logo", href = ServletUriComponentsBuilder.fromCurrentContextPath().path("android-chrome-512x512.png").toUriString()),
WPLinkDto(rel = "logo", href = ServletUriComponentsBuilder.fromCurrentContextPath().pathSegment("android-chrome-512x512.png").toUriString()),
),
authentication =
listOf(