fix(YouTube Music - GmsCore support): Change from correct package name to prevent the patch from failing
This commit is contained in:
parent
7b56550a0a
commit
42ae7b3f2a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue