소스 검색

Reverse sorted links list to show newers first

Pitu 8 년 전
부모
커밋
0f058724f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/uploadController.js

+ 1 - 0
controllers/uploadController.js

@@ -92,6 +92,7 @@ uploadsController.list = function(req, res){
 		else
 			this.where('albumid', req.params.id)
 	})
+	.sort('id', 'DESC')
 	.then((files) => {
 		db.table('albums').then((albums) => {