Skip to content

Commit 9be980d

Browse files
committed
fix(opds): keep reading paging would spill over to on-deck
1 parent 9454552 commit 9be980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

komga/src/main/kotlin/org/gotson/komga/interfaces/api/opds/v1/OpdsController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class OpdsController(
293293
pageable,
294294
)
295295

296-
val builder = uriBuilder(ROUTE_ON_DECK)
296+
val builder = uriBuilder(ROUTE_KEEP_READING)
297297

298298
return OpdsFeedAcquisition(
299299
id = ID_KEEP_READING,

0 commit comments

Comments
 (0)