Further improvements to the automatic update process

This commit is contained in:
Michael 2023-09-17 08:17:31 +00:00
parent e81c911b49
commit f1fa1f0b62
5 changed files with 9 additions and 6 deletions

View file

@ -37,7 +37,7 @@ class Channel extends ChannelModule
$this->parseRequest($request);
$o = '';
if ($this->force) {
if ($this->update || $this->force) {
if ($this->timeline->isChannel($this->selectedTab)) {
$items = $this->getChannelItems();
} else {