mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 12:22:41 +01:00
refactor: remove redundant qualifier
This commit is contained in:
parent
5ba13d0bb8
commit
d82af1b5b3
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class WebPubGenerator(
|
|||
children = children.map { it.toWPLinkDto(uriBuilder) },
|
||||
)
|
||||
|
||||
protected open fun toWPMetadataDto(bookDto: BookDto) =
|
||||
protected fun toWPMetadataDto(bookDto: BookDto) =
|
||||
WPMetadataDto(
|
||||
title = bookDto.metadata.title,
|
||||
description = bookDto.metadata.summary,
|
||||
|
|
|
|||
Loading…
Reference in a new issue