mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 14:37:08 +01:00
fix(YouTube Music - GmsCore support): Change from correct package name to prevent the patch from failing
This commit is contained in:
parent
b10bbf71e6
commit
284a7f0b1a
@ -9,8 +9,8 @@ import app.revanced.patches.youtube.misc.gms.fingerprints.CastContextFetchFinger
|
|||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object GmsCoreSupportPatch : AbstractGmsCoreSupportPatch(
|
object GmsCoreSupportPatch : AbstractGmsCoreSupportPatch(
|
||||||
fromPackageName = REVANCED_MUSIC_PACKAGE_NAME,
|
fromPackageName = MUSIC_PACKAGE_NAME,
|
||||||
toPackageName = MUSIC_PACKAGE_NAME,
|
toPackageName = REVANCED_MUSIC_PACKAGE_NAME,
|
||||||
primeMethodFingerprint = PrimeMethodFingerprint,
|
primeMethodFingerprint = PrimeMethodFingerprint,
|
||||||
earlyReturnFingerprints = setOf(
|
earlyReturnFingerprints = setOf(
|
||||||
ServiceCheckFingerprint,
|
ServiceCheckFingerprint,
|
||||||
|
Loading…
Reference in New Issue
Block a user