diff --git a/web/index.js b/web/index.js
index dcde135..37009b4 100644
--- a/web/index.js
+++ b/web/index.js
@@ -25,14 +25,12 @@ const component_search_folders = {
- | ID |
Folder Name |
Action |
- | {{ folder.id }} |
{{ folder.foldername }} |
|
@@ -47,7 +45,6 @@ const component_search_folders = {
- | ID |
Filename |
Folder Name |
Size |
@@ -192,7 +189,6 @@ const component_file = {
props: ['file'],
emits: ['play_audio'],
template: `
-{{ file.id }} |
{{ file.filename }} |
{{ file.foldername }} |
{{ computed_readable_size }} |
@@ -294,7 +290,6 @@ const component_search_files = {
- | ID |
Filename |
Folder Name |
Size |
@@ -359,7 +354,6 @@ const component_get_random_files = {
- | ID |
Filename |
Folder Name |
Size |