diff --git a/frontend/src/pages/Download.vue b/frontend/src/pages/Download.vue
index 40ec54b..5b789e9 100644
--- a/frontend/src/pages/Download.vue
+++ b/frontend/src/pages/Download.vue
@@ -12,7 +12,7 @@
Seeds
-
+
Source
diff --git a/frontend/src/store/modules/files.js b/frontend/src/store/modules/files.js
index ab1cabb..3e287bd 100644
--- a/frontend/src/store/modules/files.js
+++ b/frontend/src/store/modules/files.js
@@ -1,7 +1,7 @@
const getDefaultState = () => {
return {
- localFiles: false,
- remoteFiles: false,
+ localFiles: [],
+ remoteFiles: [],
localCount: 0,
remoteCount: 0,
localPages: 0,