cfg(torrents): change tags of resources

This commit is contained in:
OldHawk
2018-05-09 12:29:21 +08:00
parent ebd4a9a36d
commit abcf43d1c2
3 changed files with 3 additions and 3 deletions

View File

@@ -1370,7 +1370,7 @@ module.exports = {
value: [
{name: 'BLU_RAY', icon: ''},
{name: 'REMUX', icon: ''},
{name: 'WEB_DL', icon: ''},
{name: 'WEB', icon: ''},
{name: 'ENCODE', icon: ''},
{name: 'HDTV', icon: ''}
]

View File

@@ -1438,7 +1438,7 @@
TYPE: {
SELF: 'Medium',
BLU_RAY: 'Blu-ray',
WEB_DL: 'Web',
WEB: 'Web',
REMUX: 'Remux',
ENCODE: 'Encode',
HDTV: 'HDTV'

View File

@@ -1438,7 +1438,7 @@
TYPE: {
SELF: '媒介',
BLU_RAY: 'Blu-ray',
WEB_DL: 'Web',
WEB: 'Web',
REMUX: 'Remux',
ENCODE: 'Encode',
HDTV: 'HDTV'