Update PluginRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2021-05-03 12:39:05 +02:00
parent 059ebf28e0
commit abe8d83761
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module.exports = (_ => {
}
};
const reverseSorts = [
"DOWNLOADS", "LIKES", "FAV"
"DOWNLOADS", "LIKES", "FAV", "NEW"
];
const sortKeys = {
NAME: "Name",