Przeglądaj źródła

Reverse sorted links list to show newers first

Pitu 8 lat temu
rodzic
commit
0f058724f3
1 zmienionych plików z 1 dodań i 0 usunięć
  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) => {