feat(Spotify): Add Sanitize sharing links patch (#4829)

This commit is contained in:
Dawid Krajcarz 2025-05-06 09:31:56 +02:00 committed by GitHub
parent 2793f00368
commit 2e3511d03c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 160 additions and 2 deletions

View file

@ -852,6 +852,10 @@ public final class app/revanced/patches/spotify/misc/fix/SpoofSignaturePatchKt {
public static final fun getSpoofSignaturePatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/spotify/misc/privacy/SanitizeSharingLinksPatchKt {
public static final fun getSanitizeSharingLinksPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/spotify/navbar/PremiumNavbarTabPatchKt {
public static final fun getPremiumNavbarTabPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}