diff --git a/README.md b/README.md index 919f7d3..26297de 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Privacy Respecting Frontend for YouTube Music inspired and built with the help of [Piped][piped] and YouTube's InnerTube API. ![](https://img.shields.io/badge/youtube-music-red?style=for-the-badge&logo=youtube-music) -![Offical instance](https://img.shields.io/website?down_color=red&down_message=offline&label=status&style=for-the-badge&up_color=cornflowerblue&up_message=online&url=https%3A%2F%2Fhyperpipe.surge.sh) +![Offical instance](https://img.shields.io/website?down_color=red&down_message=offline&label=status&style=for-the-badge&up_color=cornflowerblue&up_message=online&url=https%3A%2F%2Fhyperpipe.surge.sh%2f1x1.png) diff --git a/index.html b/index.html index 0da3bf3..f3111e9 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ + @@ -27,10 +28,10 @@ Hyperpipe - +
diff --git a/package-lock.json b/package-lock.json index b19e5a2..fb81d57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "prettier": "^3.0.0", - "vite": "^4.4.6", + "vite": "^4.4.7", "vite-plugin-pwa": "^0.16.4" } }, @@ -2752,9 +2752,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.468", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.468.tgz", - "integrity": "sha512-6M1qyhaJOt7rQtNti1lBA0GwclPH+oKCmsra/hkcWs5INLxfXXD/dtdnaKUYQu/pjOBP/8Osoe4mAcNvvzoFag==", + "version": "1.4.470", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.470.tgz", + "integrity": "sha512-zZM48Lmy2FKWgqyvsX9XK+J6FfP7aCDUFLmgooLJzA7v1agCs/sxSoBpTIwDLhmbhpx9yJIxj2INig/ncjJRqg==", "dev": true }, "node_modules/eme-encryption-scheme-polyfill": { @@ -4675,9 +4675,9 @@ } }, "node_modules/tslib": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", - "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "node_modules/type-fest": { "version": "0.16.0", @@ -4882,9 +4882,9 @@ } }, "node_modules/vite": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.6.tgz", - "integrity": "sha512-EY6Mm8vJ++S3D4tNAckaZfw3JwG3wa794Vt70M6cNJ6NxT87yhq7EC8Rcap3ahyHdo8AhCmV9PTk+vG1HiYn1A==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.7.tgz", + "integrity": "sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/package.json b/package.json index df253c4..50295bc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "prettier": "^3.0.0", - "vite": "^4.4.6", + "vite": "^4.4.7", "vite-plugin-pwa": "^0.16.4" } } diff --git a/src/App.vue b/src/App.vue index e4c2c65..09d92b6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,7 +112,9 @@ onBeforeMount(() => { if (store.prm == 'true') document.body.classList.add('prm'); /* Set the default locale if set */ - const loc = store.locale || (navigator.language.startsWith('en') ? null : navigator.language) + const loc = + store.locale || + (navigator.language.startsWith('en') ? null : navigator.language); if (loc) setupLocale(loc); /* Set the default tab */ diff --git a/src/assets/version.json b/src/assets/version.json index ffec92a..30605bd 100644 --- a/src/assets/version.json +++ b/src/assets/version.json @@ -1,3 +1,3 @@ { - "date": "2023-07-23" + "date": "2023-07-25" } diff --git a/src/components/AddToPlaylist.vue b/src/components/AddToPlaylist.vue index 502b44c..d15f076 100644 --- a/src/components/AddToPlaylist.vue +++ b/src/components/AddToPlaylist.vue @@ -1,5 +1,5 @@