mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
parent
6c2621b538
commit
7c00661365
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue