Skip to content

Commit 92617b3

Browse files
committed
Merge branch 'release/1.5.1'
2 parents 50597f8 + d0172f1 commit 92617b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.5.0 / 2023-01-28
1+
1.5.1 / 2023-01-28
22
------------------
33

44
- Настройки веб-интерфейса и опции командной строки "--lib-dir", "--inpx" вынесены в конфиг (#6)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inpx-web",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": "Book Pauk <bookpauk@gmail.com>",
55
"license": "CC0-1.0",
66
"repository": "bookpauk/inpx-web",

server/core/opds/SearchPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SearchPage extends BasePage {
5555
this.makeEntry({
5656
id: 'next_page',
5757
title: '[Следующая страница]',
58-
link: this.navLink({href: `/${this.id}?type=${from}&term=${encodeURIComponent(query.term)}&page=${page + 1}`}),
58+
link: this.navLink({href: `/${this.id}?type=${from}&term=${encodeURIComponent(query.term)}&genre=${encodeURIComponent(query.genre)}&page=${page + 1}`}),
5959
})
6060
);
6161
}

0 commit comments

Comments
 (0)