Fix feed hide_globally property to use it with third-party clients.

This commit is contained in:
Yury Paraschenko 2023-08-31 21:38:09 +03:00 committed by Frédéric Guillot
parent 114f9f238d
commit 64c4c6b347
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ func (e *EntryQueryBuilder) GetEntries() (model.Entries, error) {
f.crawler,
f.user_agent,
f.cookie,
f.hide_globally,
f.no_media_player,
fi.icon_id,
u.timezone
@ -331,6 +332,7 @@ func (e *EntryQueryBuilder) GetEntries() (model.Entries, error) {
&entry.Feed.Crawler,
&entry.Feed.UserAgent,
&entry.Feed.Cookie,
&entry.Feed.HideGlobally,
&entry.Feed.NoMediaPlayer,
&iconID,
&tz,