Update PluginRepo.plugin.js
This commit is contained in:
parent
059ebf28e0
commit
abe8d83761
|
@ -100,7 +100,7 @@ module.exports = (_ => {
|
|||
}
|
||||
};
|
||||
const reverseSorts = [
|
||||
"DOWNLOADS", "LIKES", "FAV"
|
||||
"DOWNLOADS", "LIKES", "FAV", "NEW"
|
||||
];
|
||||
const sortKeys = {
|
||||
NAME: "Name",
|
||||
|
|
Loading…
Reference in New Issue