+
{
+ const cursor = event.target.result;
+ if (cursor) {
+ if (cursor.value.videoId === this.video.url.replace("/watch?v=", "")) {
+ this.showVideo = false;
+ return;
+ }
+ cursor.continue();
+ }
+ };
+ },
},
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",