|
@@ -653,9 +653,12 @@ class Torrents {
|
653
|
653
|
if (!empty($Data['Resolution'])) {
|
654
|
654
|
$Info[] = $Data['Resolution'];
|
655
|
655
|
}
|
|
656
|
+ /*
|
656
|
657
|
if (!empty($Data['AudioFormat'])) {
|
657
|
658
|
$Info[] = $Data['AudioFormat'];
|
658
|
659
|
}
|
|
660
|
+ */
|
|
661
|
+ /*
|
659
|
662
|
if (!empty($Data['Language'])) {
|
660
|
663
|
if (!empty($Data['Subber']) && isset($Data['CategoryID']) && ($Data['CategoryID'] == 3 || $Data['CategoryID'] == 4)) {
|
661
|
664
|
$Info[] = $Data['Language']." (".$Data['Subber'].")";
|
|
@@ -663,6 +666,8 @@ class Torrents {
|
663
|
666
|
$Info[] = $Data['Language'];
|
664
|
667
|
}
|
665
|
668
|
}
|
|
669
|
+ */
|
|
670
|
+ /*
|
666
|
671
|
if (!empty($Data['Subbing'])) {
|
667
|
672
|
if (!empty($Data['Subber'])) {
|
668
|
673
|
if (isset($Data['CategoryID']) && ($Data['CategoryID'] == 2 || $Data['CategoryID'] == 1) && $Data['Subbing'] != "RAW") {
|
|
@@ -672,6 +677,7 @@ class Torrents {
|
672
|
677
|
$Info[] = $Data['Subbing'];
|
673
|
678
|
}
|
674
|
679
|
}
|
|
680
|
+ */
|
675
|
681
|
if (!empty($Data['Archive'])) {
|
676
|
682
|
$Info[] = $Data['Archive'];
|
677
|
683
|
}
|