From 012432243aaace67f46876fae7d9fb7abd482268 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Tue, 2 Sep 2025 03:52:53 +0700 Subject: [PATCH] Add spoofing streaming --- src/options/anddea.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/options/anddea.json b/src/options/anddea.json index aeb5ee6..221c7e2 100644 --- a/src/options/anddea.json +++ b/src/options/anddea.json @@ -14,5 +14,11 @@ "key" : "AppNameLauncher", "value" : "RVX Music Anddea" } ] + }, { + "patchName" : "Spoof streaming data", + "options" : [ { + "key" : "useMobileWebClient", + "value" : true + } ] } -] \ No newline at end of file +]