Browse Source

update rTorrent logo with custom made one

causefx 7 năm trước cách đây
mục cha
commit
ef25bec193
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      api/functions/homepage-functions.php

+ 8 - 0
api/functions/homepage-functions.php

@@ -340,6 +340,14 @@ function getHomepageList()
 		)
 	);
 	$rTorrentSortOptions = array(
+		array(
+			'name' => 'Date Desc',
+			'value' => 'dated'
+		),
+		array(
+			'name' => 'Date Asc',
+			'value' => 'datea'
+		),
 		array(
 			'name' => 'Hash Desc',
 			'value' => 'hashd'