From f236eb9634562295a047b5f064158197a8f7f22f Mon Sep 17 00:00:00 2001 From: Jack Gaskins Date: Fri, 10 Oct 2025 01:21:34 -0400 Subject: [PATCH] change spr.sh to display playback info instead of back button --- scripts/spr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spr.sh b/scripts/spr.sh index 7dfec955..e862751c 100755 --- a/scripts/spr.sh +++ b/scripts/spr.sh @@ -113,7 +113,7 @@ main() { sliceTrack "$full_track" "$MAX_LENGTH" > "$cache_file" fi - echo "$BACK_BUTTON" + cat "$cache_file" } main