From 568e4045c547633e252faae9e5731da3f5bddd3d Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Mon, 17 Aug 2026 00:45:06 +0200 Subject: [PATCH] move to drops --- fetch-playlist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch-playlist.sh b/fetch-playlist.sh index 7b3adcb..da8e21b 100755 --- a/fetch-playlist.sh +++ b/fetch-playlist.sh @@ -6,7 +6,7 @@ # Configuration PUBKEY="3f11abb2e235da2d4dda5d6deb2f123173476a745a3ca56895a1d0f632a42f40" -RELAY="wss://tortellino.basspistol.org" +RELAY="wss://drops.basspistol.org" DATA_DIR="data/playlists" RAW_DIR="data/playlists/raw" @@ -126,4 +126,4 @@ cat "$DATA_DIR/playlists.json" | jq -r '.playlists[].name' 2>/dev/null | while r if [ -n "$name" ]; then echo " 🎵 $name" fi -done \ No newline at end of file +done