mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-09 05:33:11 +02:00
fix(torrents): fixed movie torrent audio tag string
This commit is contained in:
@@ -1673,7 +1673,7 @@
|
||||
DTS_X: 'DTS:X',
|
||||
ATMOS: 'Atmos',
|
||||
DTS_HD: 'DTS-HD',
|
||||
TRUE_HD: 'True-HD',
|
||||
TRUE_HD: 'TrueHD',
|
||||
DTS: 'DTS',
|
||||
AC3: 'AC-3',
|
||||
AAC: 'AAC'
|
||||
|
||||
@@ -1673,7 +1673,7 @@
|
||||
DTS_X: 'DTS:X',
|
||||
ATMOS: 'Atmos',
|
||||
DTS_HD: 'DTS-HD',
|
||||
TRUE_HD: 'True-HD',
|
||||
TRUE_HD: 'TrueHD',
|
||||
DTS: 'DTS',
|
||||
AC3: 'AC-3',
|
||||
AAC: 'AAC'
|
||||
|
||||
@@ -1673,7 +1673,7 @@
|
||||
DTS_X: 'DTS:X',
|
||||
ATMOS: 'Atmos',
|
||||
DTS_HD: 'DTS-HD',
|
||||
TRUE_HD: 'True-HD',
|
||||
TRUE_HD: 'TrueHD',
|
||||
DTS: 'DTS',
|
||||
AC3: 'AC-3',
|
||||
AAC: 'AAC'
|
||||
|
||||
@@ -624,18 +624,6 @@
|
||||
ng_show: true,
|
||||
badges: []
|
||||
},
|
||||
{
|
||||
icon: 'fa-file-text',
|
||||
title: $translate.instant('TAB_USER_SUBTITLE'),
|
||||
templateUrl: 'subtitleInfo.html',
|
||||
ng_show: vm.showSubtitleTab(),
|
||||
badges: [
|
||||
{
|
||||
value: vm.torrentLocalInfo._subtitles.length,
|
||||
class: 'badge_info'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'fa-file-text',
|
||||
title: $translate.instant('TAB_USER_SCREENSHOTS'),
|
||||
@@ -648,6 +636,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'fa-file-text',
|
||||
title: $translate.instant('TAB_USER_SUBTITLE'),
|
||||
templateUrl: 'subtitleInfo.html',
|
||||
ng_show: vm.showSubtitleTab(),
|
||||
badges: [
|
||||
{
|
||||
value: vm.torrentLocalInfo._subtitles.length,
|
||||
class: 'badge_info'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'fa-users',
|
||||
title: $translate.instant('TAB_USER_INFO'),
|
||||
|
||||
Reference in New Issue
Block a user