mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
parent
3f69206064
commit
ad82d99dbe
1 changed files with 0 additions and 1 deletions
|
|
@ -391,7 +391,6 @@ class BookController(
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.contentType(getMediaTypeOrDefault(media.mediaType))
|
.contentType(getMediaTypeOrDefault(media.mediaType))
|
||||||
.contentLength(this.contentLength())
|
|
||||||
.body(stream)
|
.body(stream)
|
||||||
}
|
}
|
||||||
} catch (ex: FileNotFoundException) {
|
} catch (ex: FileNotFoundException) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue