From abe8d83761801a95ee325ee157620770e96a0afa Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 3 May 2021 12:39:05 +0200 Subject: [PATCH] Update PluginRepo.plugin.js --- Plugins/PluginRepo/PluginRepo.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 9aee19013c..c9c1fd787f 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -100,7 +100,7 @@ module.exports = (_ => { } }; const reverseSorts = [ - "DOWNLOADS", "LIKES", "FAV" + "DOWNLOADS", "LIKES", "FAV", "NEW" ]; const sortKeys = { NAME: "Name",