mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Move tv uhd check before webdl
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
2016-08-12 DariusIII
|
||||
* Chg: Move movie UHD category check above webdl one
|
||||
* Chg: Move movie and tv UHD category check above webdl one
|
||||
* Chg: Update Smarty to version 3.1.30
|
||||
2016-08-11 DariusIII
|
||||
* Chg: Update handling of SDPORN releases in NameFixer and groupfixrelnames
|
||||
|
||||
@@ -574,9 +574,9 @@ class Categorize extends Category
|
||||
case $this->categorizeForeign && $this->isForeignTV():
|
||||
case $this->isSportTV():
|
||||
case $this->isDocumentaryTV():
|
||||
case $this->isUHDTV():
|
||||
case $this->catWebDL && $this->isWEBDL():
|
||||
case $this->isAnimeTV():
|
||||
case $this->isUHDTV():
|
||||
case $this->isHDTV():
|
||||
case $this->isSDTV():
|
||||
case $this->isOtherTV2():
|
||||
|
||||
Reference in New Issue
Block a user