mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -74,8 +74,6 @@ class Categorize
|
||||
$this->catWebDL = (bool) Settings::settingValue('indexer.categorise.catwebdl');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Look up the site to see which language of categorizing to use.
|
||||
* Then work out which category is applicable for either a group or a binary.
|
||||
@@ -121,6 +119,7 @@ class Categorize
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user