mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-01 09:40:57 +01:00
feat(torrents): remove movie sub cat
This commit is contained in:
8
config/env/torrents.js
vendored
8
config/env/torrents.js
vendored
@@ -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'],
|
||||
|
||||
@@ -1502,12 +1502,6 @@
|
||||
MTV: 'MTV'
|
||||
},
|
||||
|
||||
MOVIE_SUB_CAT: {
|
||||
SELF: 'Video Category',
|
||||
CARTOON: 'Cartoon',
|
||||
DOCUMENTARY: 'Documentary'
|
||||
},
|
||||
|
||||
SPORTS_SUB_CAT: {
|
||||
SELF: 'Sports Event',
|
||||
FOOTBALL: 'Football',
|
||||
|
||||
@@ -1502,12 +1502,6 @@
|
||||
MTV: 'MTV'
|
||||
},
|
||||
|
||||
MOVIE_SUB_CAT: {
|
||||
SELF: '视频分类',
|
||||
CARTOON: '卡通片',
|
||||
DISASTER: '灾难片'
|
||||
},
|
||||
|
||||
SPORTS_SUB_CAT: {
|
||||
SELF: '运动项目',
|
||||
FOOTBALL: '篮球',
|
||||
|
||||
Reference in New Issue
Block a user