offline: also download starred articles
This commit is contained in:
parent
3c6d3586f6
commit
a400a562e9
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@
|
|||
$limit = min($limit, $amount);
|
||||
|
||||
if ($unread_only) {
|
||||
$unread_qpart = "unread = true AND ";
|
||||
$unread_qpart = "(unread = true OR marked = true) AND ";
|
||||
}
|
||||
|
||||
if ($cidt && $cidb) {
|
||||
|
|
Loading…
Reference in a new issue