Fix default subfolder suggestion.

Closes #109
This commit is contained in:
Nils Maier 2019-09-16 08:12:12 +02:00
parent 7a3cad83b0
commit 078ce277ce

View File

@ -119,6 +119,6 @@ FASTFILTER.init().catch(console.error);
export const SUBFOLDER = new RecentList("subfolder", [ export const SUBFOLDER = new RecentList("subfolder", [
"", "",
"/downthemall", "downthemall",
]); ]);
SUBFOLDER.init().catch(console.error); SUBFOLDER.init().catch(console.error);