diff --git a/Web/SongInfo.cs b/Web/SongInfo.cs index fc16e81..8db504b 100644 --- a/Web/SongInfo.cs +++ b/Web/SongInfo.cs @@ -108,8 +108,8 @@ public class SongInfoStream public event StatsReceived OnSongInfoReceived; public SongInfoResponseData currentInfo; - private const string JPOP_SOCKET_ADDR = "wss://listen.moe/gateway"; - private const string KPOP_SOCKET_ADDR = "wss://listen.moe/kpop/gateway"; + private const string JPOP_SOCKET_ADDR = "wss://listen.moe/gateway_v2"; + private const string KPOP_SOCKET_ADDR = "wss://listen.moe/kpop/gateway_v2"; private Thread heartbeatThread; private CancellationTokenSource cts;