From 078ce277cee0bc147c598ff319eb7ff61cb37d11 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Mon, 16 Sep 2019 08:12:12 +0200 Subject: [PATCH] Fix default subfolder suggestion. Closes #109 --- lib/recentlist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recentlist.ts b/lib/recentlist.ts index dc82167..0db25d5 100644 --- a/lib/recentlist.ts +++ b/lib/recentlist.ts @@ -119,6 +119,6 @@ FASTFILTER.init().catch(console.error); export const SUBFOLDER = new RecentList("subfolder", [ "", - "/downthemall", + "downthemall", ]); SUBFOLDER.init().catch(console.error);