From 24e2b122dbf510c17dc56be2e33167a2edaf142d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Nov 2021 20:57:56 +0530 Subject: [PATCH] Equalize cards in watch history + preferences --- src/routes/Preferences.vue | 5 +++++ src/routes/WatchHistory.vue | 2 +- src/translations/en.json | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/routes/Preferences.vue b/src/routes/Preferences.vue index 72b94e5..73aaadb 100644 --- a/src/routes/Preferences.vue +++ b/src/routes/Preferences.vue @@ -63,6 +63,11 @@ export default { type: 'bool', default: true }, + { + id: 'skipToLastPoint', + type: 'bool', + default: true + }, { id: 'homepage', type: 'select', diff --git a/src/routes/WatchHistory.vue b/src/routes/WatchHistory.vue index 9f81314..46dad97 100644 --- a/src/routes/WatchHistory.vue +++ b/src/routes/WatchHistory.vue @@ -8,7 +8,7 @@ - + Watched diff --git a/src/translations/en.json b/src/translations/en.json index 45683d0..30bd0d3 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -53,6 +53,7 @@ "feedColumns": "Count of Columns in Feed Pages", "sponsorblock": "Enable Sponsorblock", "selectedSkip": "Segments to Skip", + "skipToLastPoint": "Skip to the last watched point when encountering a video already seen", "disableLBRY": "Disable LBRY", "proxyLBRY": "Proxy LBRY videos", "playerAutoplay": "Autoplay Video",