Skip to content

Commit 45c04fd

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function videoCategories($apikey=APIKEY,$regionCode=GJ_CODE){
7272
$items = $ret['items'];
7373
if (strtolower($regionCode) == 'tw') {
7474
return array_filter($items, function($v){
75-
return array_search($v['id'], ['18','21','31','32','33','35','36','37','38','39','41','42']) === FALSE;
75+
return array_search($v['id'], ['18','21','30','31','32','33','34','35','36','37','38','39','40','41','42','43','44']) === FALSE;
7676
});
7777
}
7878
return $items;

0 commit comments

Comments
 (0)