Skip to content

Commit cfe2242

Browse files
ted423Rhilip
authored andcommitted
feat(BHD): support one page and show "+"
1 parent a2d2499 commit cfe2242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/sites/beyond-hd.me/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"fields": {
135135
"unsatisfieds": {
136136
"selector": ["ul.pagination li a:not([rel])"],
137-
"filters": ["query.length > 1 ? query.length * 50 + 1 : $('tr[class=\"userFiltered\"][hr=\"0\"][immune=\"0\"]').length"]
137+
"filters": ["query.length > 0 ? query.length * 50 + '+' : $('tr[class=\"userFiltered\"][hr=\"0\"][immune=\"0\"]').length"]
138138
}
139139
}
140140
},

0 commit comments

Comments
 (0)