mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-28 17:51:03 +02:00
only show vfeed group titles in virtual feeds
This commit is contained in:
parent
1ba2b87873
commit
bb031f91fe
@ -4929,7 +4929,7 @@
|
|||||||
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||||
|
|
||||||
if (get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
if (get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
||||||
if ($feed_id != $vgroup_last_feed) {
|
if ($feed_id != $vgroup_last_feed && $line["feed_title"]) {
|
||||||
|
|
||||||
$cur_feed_title = $line["feed_title"];
|
$cur_feed_title = $line["feed_title"];
|
||||||
$vgroup_last_feed = $feed_id;
|
$vgroup_last_feed = $feed_id;
|
||||||
@ -5000,7 +5000,7 @@
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
if (get_pref($link, 'VFEED_GROUP_BY_FEED') && $line["feed_title"]) {
|
||||||
if ($feed_id != $vgroup_last_feed) {
|
if ($feed_id != $vgroup_last_feed) {
|
||||||
|
|
||||||
$cur_feed_title = $line["feed_title"];
|
$cur_feed_title = $line["feed_title"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user