Reset temporary category to misc

This commit is contained in:
DariusIII
2024-01-10 21:52:55 +01:00
parent 078f43f081
commit 4671fa9c97
+1
View File
@@ -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() => [