From 71bcf355ec092f186a4451146fc944866bd0425f Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 15 Aug 2025 20:48:29 +0600 Subject: [PATCH] website: add back warning --- website/src/pages/downloads/index.astro | 28 +++++++++++++++++++++++-- website/src/pages/index.astro | 7 +++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/website/src/pages/downloads/index.astro b/website/src/pages/downloads/index.astro index 3fc4838d..72479a82 100644 --- a/website/src/pages/downloads/index.astro +++ b/website/src/pages/downloads/index.astro @@ -22,8 +22,32 @@ const otherDownloads: [string, string, IconType][] = [

Spotube is available for every platform

- - + +

+ Versions of Spotube (<=v4.0.2) are ceased to work with Spotify™ API. +
+ So users can no longer use/download those versions. +
+ Please wait for the next version that will remedy this issue by not using such + APIs. +

+

+ Spotube has no affiliation with Spotify™ or any of its subsidiaries. +

+
+
+ +
+ The new Spotube v5 is still under beta. Please use the Nightly version + until stable release. +
+ +

diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index af569c38..686e435e 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -52,9 +52,12 @@ import { ADS_SLOTS } from "~/collections/app";