+
{
+ const video = event.target.result;
+ if (video && (video.currentTime ?? 0) > video.duration * 0.9) {
+ this.showVideo = false;
+ return;
+ }
+ };
+ },
},
computed: {
short() {
diff --git a/src/locales/en.json b/src/locales/en.json
index d97260ef..2bae4579 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -107,7 +107,8 @@
"copy_link": "Copy link",
"time_code": "Time code (in seconds)",
"show_chapters": "Chapters",
- "store_search_history": "Store Search history"
+ "store_search_history": "Store Search history",
+ "hide_watched": "Hide watched videos in the feed"
},
"comment": {
"pinned_by": "Pinned by",