move to drops
This commit is contained in:
parent
f4477fc68f
commit
568e4045c5
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
PUBKEY="3f11abb2e235da2d4dda5d6deb2f123173476a745a3ca56895a1d0f632a42f40"
|
PUBKEY="3f11abb2e235da2d4dda5d6deb2f123173476a745a3ca56895a1d0f632a42f40"
|
||||||
RELAY="wss://tortellino.basspistol.org"
|
RELAY="wss://drops.basspistol.org"
|
||||||
DATA_DIR="data/playlists"
|
DATA_DIR="data/playlists"
|
||||||
RAW_DIR="data/playlists/raw"
|
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
|
if [ -n "$name" ]; then
|
||||||
echo " 🎵 $name"
|
echo " 🎵 $name"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue