From 08cd279f4a4baa580dcb4e7841151a5e005fe300 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 28 Apr 2018 17:16:17 +0800 Subject: [PATCH] feat(torrents): remove movie sub cat --- config/env/torrents.js | 8 -------- modules/core/client/app/trans-string-en.js | 6 ------ modules/core/client/app/trans-string-zh.js | 6 ------ 3 files changed, 20 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 8017bf77..ee63c902 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -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'], diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 609eae36..c8764272 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -1502,12 +1502,6 @@ MTV: 'MTV' }, - MOVIE_SUB_CAT: { - SELF: 'Video Category', - CARTOON: 'Cartoon', - DOCUMENTARY: 'Documentary' - }, - SPORTS_SUB_CAT: { SELF: 'Sports Event', FOOTBALL: 'Football', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 03d90c1d..0b72221c 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -1502,12 +1502,6 @@ MTV: 'MTV' }, - MOVIE_SUB_CAT: { - SELF: '视频分类', - CARTOON: '卡通片', - DISASTER: '灾难片' - }, - SPORTS_SUB_CAT: { SELF: '运动项目', FOOTBALL: '篮球',