Skip to content

Commit

Permalink
fix(YouTube Music - GmsCore support): Change from correct package nam…
Browse files Browse the repository at this point in the history
…e to prevent the patch from failing
  • Loading branch information
oSumAtrIX committed Dec 12, 2023
1 parent b10bbf7 commit 284a7f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 284a7f0

Please sign in to comment.