Move tv uhd check before webdl

This commit is contained in:
DariusIII
2016-08-12 14:26:14 +02:00
parent e667a828e7
commit ced09e28ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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():