mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Reset temporary category to misc
This commit is contained in:
@@ -65,6 +65,7 @@ class Categorize
|
||||
$this->groupId = $groupId;
|
||||
$this->poster = $poster;
|
||||
$this->groupName = UsenetGroup::whereId($this->groupId)->value('name');
|
||||
$this->tmpCat = Category::OTHER_MISC;
|
||||
|
||||
return match (true) {
|
||||
$this->isMisc(), $this->byGroupName($this->groupName), $this->isPC(), $this->isXxx(), $this->isTV(), $this->isMovie(), $this->isConsole(), $this->isBook(), $this->isMusic() => [
|
||||
|
||||
Reference in New Issue
Block a user