feat: WebSocket now-playing via Socket.IO from backend

This commit is contained in:
nk
2026-06-02 19:52:15 +03:00
parent a83672b455
commit bcb999ace9
1159 changed files with 15703 additions and 9918 deletions

View File

@@ -95,6 +95,7 @@ dependencies {
implementation(libs.coil.compose)
implementation(libs.lucide)
implementation(libs.socket.io.client)
testImplementation(libs.junit)
testImplementation(libs.mockk)