Add support for /seek, /play, /pause commands in chat

This commit is contained in:
Peter Stockings
2026-03-03 19:30:46 +11:00
parent a5b7e08a6a
commit 4665cf700e
2 changed files with 85 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import websockets
import sys
async def run_integration_test():
url = "ws://localhost:3000/ws"
url = "wss://video-sync.peterstockings.com/ws"
print("🤖 Test: Starting Integration Test Suite...")