diff --git a/src/components/ImportPage.vue b/src/components/ImportPage.vue
index 4f0a79de..327b46f9 100644
--- a/src/components/ImportPage.vue
+++ b/src/components/ImportPage.vue
@@ -5,17 +5,17 @@
- Selected Subscriptions: {{ selectedSubscriptions }}
+ Selected Subscriptions: {{ selectedSubscriptions }}
- Override:
+ Override:
- Importing Subscriptions from YouTube
+ Importing Subscriptions from YouTube
Open
@@ -30,7 +30,7 @@
Select and import the file above.
- Importing Subscriptions from Invidious
+ Importing Subscriptions from Invidious
Open
@@ -41,7 +41,7 @@
Select and import the file above.
- Importing Subscriptions from NewPipe
+ Importing Subscriptions from NewPipe
Go to the Feed tab.
diff --git a/src/components/Playlist.vue b/src/components/Playlist.vue
index 3c084686..5821f7b8 100644
--- a/src/components/Playlist.vue
+++ b/src/components/Playlist.vue
@@ -8,16 +8,16 @@
-
{{ playlist.uploader }}
-
{{ playlist.videos }} {{ $t("video.videos") }}
+
{{ playlist.videos }} {{ $t("video.videos") }}
diff --git a/src/components/Preferences.vue b/src/components/Preferences.vue
index 2f5fe161..d03f1c70 100644
--- a/src/components/Preferences.vue
+++ b/src/components/Preferences.vue
@@ -3,13 +3,13 @@
{{ $t("actions.back") }}
-
+
SponsorBlock
{{ $t("actions.uses_api_from") }}sponsor.ajay.app
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -73,7 +73,7 @@
-
+
-
+
-
+
{{ resolution }}p
-
+
-
+
{{ country.name }}
-
+
-
+
-
+
-
+
-
+
{{ language.name }}
-
+
AV1
@@ -149,11 +149,11 @@
AVC (h.264)
-
+
-
+
@@ -181,7 +181,7 @@
{{ $t("actions.instance_selection") }}: {{ $t("actions.instance_selection") }}:
@@ -294,7 +294,14 @@ export default {
this.sponsorBlock = this.getPreferenceBoolean("sponsorblock", true);
if (localStorage.getItem("selectedSkip") !== null) {
var skipList = localStorage.getItem("selectedSkip").split(",");
- this.skipSponsor = this.skipIntro = this.skipOutro = this.skipPreview = this.skipInteraction = this.skipSelfPromo = this.skipMusicOffTopic = false;
+ this.skipSponsor =
+ this.skipIntro =
+ this.skipOutro =
+ this.skipPreview =
+ this.skipInteraction =
+ this.skipSelfPromo =
+ this.skipMusicOffTopic =
+ false;
skipList.forEach(skip => {
switch (skip) {
case "sponsor":
diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue
index 38261a5b..99fb16ee 100644
--- a/src/components/SearchResults.vue
+++ b/src/components/SearchResults.vue
@@ -4,7 +4,7 @@
{{ $t("actions.filter") }}: {{ $t("actions.filter") }}:
{{ $t("search.did_you_mean") }}
-
+
{{ results.suggestion }}
-
+
@@ -56,8 +56,8 @@
{{ result.uploaderName }}
-
{{ result.videos }} {{ $t("video.videos") }}= 0"
+ >
{{ result.videos }} {{ $t("video.videos") }}
diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue
index 0c2ac462..ba750548 100644
--- a/src/components/VideoItem.vue
+++ b/src/components/VideoItem.vue
@@ -56,7 +56,7 @@
}}
-
+
{{ numberFormat(video.views) }} •
@@ -67,7 +67,7 @@
{{ timeAgo(video.uploaded) }}
-
+
diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue
index 18bfc04e..c1e2ed69 100644
--- a/src/components/WatchVideo.vue
+++ b/src/components/WatchVideo.vue
@@ -33,24 +33,24 @@
- {{ addCommas(video.likes) }}
+ {{ addCommas(video.likes) }}
- {{ video.dislikes >= 0 ? addCommas(video.dislikes) : "?" }}
+ {{ video.dislikes >= 0 ? addCommas(video.dislikes) : "?" }}
-
+
- {{ $t("player.watch_on") }}
+ {{ $t("player.watch_on") }}
- {{ $t("player.watch_on") }} LBRY
+ {{ $t("player.watch_on") }} LBRY
{{ $t("actions.loop_this_video") }}: {{ $t("actions.loop_this_video") }}:
{{ $t("actions.auto_play_next_video") }}: {{ $t("actions.auto_play_next_video") }}: