Skip to content
Closed

typo #51

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLI/zamrock_v-1_5_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ command -v jq >/dev/null 2>&1 || { echo "jq is required but it's not installed.
AUDIO_URL="https://zamrock.deathsmack.com/listen/zamrock/test_stream_7e335"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
RECORD_DIR="$SCRIPT_DIR/ZamRock Recordings" # Directory to save recordings
API_URL="https://zamrock.deathsmack.com/api/nowplaying/1" # AzuraCast API endpoint
API_URL="https://icy-voice-api.deathsmack-a51.workers.dev/" # AzuraCast API endpoint
WEBSITE_LINK="https://zamrock.net"

# Define colors
Expand Down