Skip to content

Commit 37cd896

Browse files
fix: add missing activeServers to DeviceRouter
1 parent b25f361 commit 37cd896

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jiosaavn/src/main/kotlin/com/music/jiosaavn/DeviceRouter.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ object DeviceRouter {
3030
@Volatile
3131
private var deviceId: String? = null
3232
@Volatile
33+
private var activeServers: List<String> = SERVERS
34+
@Volatile
3335
private var assignedServerIndex: Int = 0
3436
@Volatile
3537
private var currentSessionServerIndex: Int = 0

0 commit comments

Comments
 (0)