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 @@
- +   - + 13MoHioctZkC7LDSZSb4m32TDT8xNmei1p
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 @@