diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue
index c7ab748e..38721d06 100644
--- a/src/components/SearchResults.vue
+++ b/src/components/SearchResults.vue
@@ -27,7 +27,14 @@
>
-
+
+
+
{{ timeFormat(result.duration) }}
+
{{ result.name }}
-
- {{ timeFormat(result.duration) }}
-
{{ result.uploadDate }}
diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue
index e4074f6c..b843bc6e 100644
--- a/src/components/VideoItem.vue
+++ b/src/components/VideoItem.vue
@@ -1,14 +1,21 @@
-
+
+
+
{{ timeFormat(video.duration) }}
+
{{ video.title }}
@@ -32,10 +39,6 @@
- {{ timeFormat(video.duration) }}
-
-
-
@@ -52,4 +55,4 @@ export default {
hideChannel: Boolean,
},
};
-
+
\ No newline at end of file