This commit is contained in:
minster586
2025-06-28 16:45:23 -04:00
parent 91a53ec119
commit 4c9c10b013
17 changed files with 518 additions and 1 deletions

7
run.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
echo === Running RadioDJ Tuna Bridge ===
REM Run the JAR (assumes you built it already)
java -jar radiodj-tuna-bridge.jar
pause