diff --git a/src/components/ChaptersBar.vue b/src/components/ChaptersBar.vue
index 9dd09083..1b0f74c2 100644
--- a/src/components/ChaptersBar.vue
+++ b/src/components/ChaptersBar.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue
index 90e27236..326a9a7b 100644
--- a/src/components/VideoItem.vue
+++ b/src/components/VideoItem.vue
@@ -176,7 +176,7 @@ export default {
},
computed: {
short() {
- return this.video.duration > 0 && this.video.duration <= 60;
+ return this.video.duration > 0 && this.video.duration <= 61;
},
},
components: { PlaylistAddModal },
diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue
index ee7215ca..08eb0ad7 100644
--- a/src/components/WatchVideo.vue
+++ b/src/components/WatchVideo.vue
@@ -33,13 +33,17 @@
@seek="navigate"
/>
+
-
-
-
-
-
-
+
-
+
@@ -83,17 +71,6 @@
}}
-
-
-
-
+