Add support for /seek, /play, /pause commands in chat
This commit is contained in:
@@ -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...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user