feat(torrents): remove movie sub cat

This commit is contained in:
OldHawk
2018-04-28 17:16:17 +08:00
parent e000358a76
commit 08cd279f4a
3 changed files with 0 additions and 20 deletions

View File

@@ -1397,14 +1397,6 @@ module.exports = {
{name: 'T2D_3D', icon: ''}
]
},
{
name: 'MOVIE_SUB_CAT',
cats: ['movie', 'tvserial'],
value: [
{name: 'CARTOON', icon: ''},
{name: 'DISASTER', icon: ''}
]
},
{
name: 'SPORTS_SUB_CAT',
cats: ['sports'],

View File

@@ -1502,12 +1502,6 @@
MTV: 'MTV'
},
MOVIE_SUB_CAT: {
SELF: 'Video Category',
CARTOON: 'Cartoon',
DOCUMENTARY: 'Documentary'
},
SPORTS_SUB_CAT: {
SELF: 'Sports Event',
FOOTBALL: 'Football',

View File

@@ -1502,12 +1502,6 @@
MTV: 'MTV'
},
MOVIE_SUB_CAT: {
SELF: '视频分类',
CARTOON: '卡通片',
DISASTER: '灾难片'
},
SPORTS_SUB_CAT: {
SELF: '运动项目',
FOOTBALL: '篮球',