Add generic SDX264XXX releases matching.

This commit is contained in:
Darko
2015-07-10 15:58:52 +02:00
parent 9a1b6be5ef
commit 175a0095c1
+4
View File
@@ -956,6 +956,10 @@ class Categorize extends Category
$this->tmpCat = \Category::CAT_XXX_CLIPSD;
return true;
}
if (preg_match('/SDX264XXX/i', $this->releaseName)) {
$this->tmpCat = \Category::CAT_XXX_CLIPSD;
return true;
}
return false;
}