mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-30 06:34:37 +02:00
feat(YouTube Music): Remove Spoof client
patch https://github.com/inotia00/ReVanced_Extended/issues/2832#issuecomment-2745941171
This commit is contained in:
parent
c22391926b
commit
0c5c3a87be
@ -63,9 +63,11 @@ private const val CLIENT_INFO_CLASS_DESCRIPTOR =
|
|||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val spoofClientPatch = bytecodePatch(
|
val spoofClientPatch = bytecodePatch(
|
||||||
SPOOF_CLIENT.title,
|
// Removed from the patch list to avoid user confusion:
|
||||||
SPOOF_CLIENT.summary,
|
// https://github.com/inotia00/ReVanced_Extended/issues/2832#issuecomment-2745941171
|
||||||
false,
|
// SPOOF_CLIENT.title,
|
||||||
|
// SPOOF_CLIENT.summary,
|
||||||
|
// false,
|
||||||
) {
|
) {
|
||||||
compatibleWith(COMPATIBLE_PACKAGE)
|
compatibleWith(COMPATIBLE_PACKAGE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user