From ced09e28ecca9d59cf96ffb9b3b9f0db45950df4 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 12 Aug 2016 14:26:14 +0200 Subject: [PATCH] Move tv uhd check before webdl --- Changelog | 2 +- nntmux/Categorize.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 3ce41d575..d3f11881b 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/nntmux/Categorize.php b/nntmux/Categorize.php index 1b44ffd0c..451097164 100644 --- a/nntmux/Categorize.php +++ b/nntmux/Categorize.php @@ -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():