diff --git a/src/App.vue b/src/App.vue index 0fca9e1d..16f66d5f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,15 +8,11 @@
diff --git a/src/Constants.js b/src/Constants.js index 838b169e..806ea65d 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -1,4 +1,4 @@ export default { - BASE_URL: localStorage.getItem("instance") || 'https://pipedapi.kavin.rocks', - AUTO_PLAY: localStorage.getItem("autoplay") || false -} + BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks", + AUTO_PLAY: localStorage.getItem("autoplay") || false, +}; diff --git a/src/components/Channel.vue b/src/components/Channel.vue index c7762ccb..b54b2d1f 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -1,14 +1,7 @@- Uses the API from sponsor.ajay.app -
+Uses the API from sponsor.ajay.app
Enable Sponsorblock{{ instance.locations }} | {{ instance.cdn }} | - Click Here + Click Here | @@ -94,16 +55,8 @@