fix(YouTube Music - GmsCore support): Change from correct package name to prevent the patch from failing

This commit is contained in:
oSumAtrIX 2023-12-12 01:50:18 +01:00
parent b10bbf71e6
commit 284a7f0b1a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -9,8 +9,8 @@ import app.revanced.patches.youtube.misc.gms.fingerprints.CastContextFetchFinger
@Suppress("unused")
object GmsCoreSupportPatch : AbstractGmsCoreSupportPatch(
fromPackageName = REVANCED_MUSIC_PACKAGE_NAME,
toPackageName = MUSIC_PACKAGE_NAME,
fromPackageName = MUSIC_PACKAGE_NAME,
toPackageName = REVANCED_MUSIC_PACKAGE_NAME,
primeMethodFingerprint = PrimeMethodFingerprint,
earlyReturnFingerprints = setOf(
ServiceCheckFingerprint,