Skip to content

Commit 5c31d2b

Browse files
committed
feat(duolingo/music): Add FullSongsPatch and DisableNagsPatch
- Introduced FullSongsPatch to unlock full songs in Duolingo. - Added DisableNagsPatch to suppress nagging prompts. - Refactored existing patches for better organization and clarity.
1 parent 9df0a7d commit 5c31d2b

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

patches/api/patches.api

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,24 @@ public final class app/revanced/patches/duolingo/debug/EnableDebugMenuPatchKt {
188188
public static final fun getEnableDebugMenuPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
189189
}
190190

191-
public final class app/revanced/patches/facebook/ads/mainfeed/HideSponsoredStoriesPatchKt {
192-
public static final fun getHideSponsoredStoriesPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
191+
public final class app/revanced/patches/duolingo/music/FullSongsPatchKt {
192+
public static final fun getUnlockFullSongsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
193+
}
194+
195+
public final class app/revanced/patches/duolingo/nags/DisableNagsPatchKt {
196+
public static final fun getDisableNagsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
193197
}
194198

195-
public final class app/revanced/patches/duolingo/unlocksuper/UnlockDuolingoSuperPatch : app/revanced/patcher/patch/BytecodePatch {
196-
public static final field INSTANCE Lapp/revanced/patches/duolingo/unlocksuper/UnlockDuolingoSuperPatch;
197-
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
198-
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
199+
public final class app/revanced/patches/duolingo/premium/EnablePremiumPatchKt {
200+
public static final fun getEnablePremiumPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
201+
}
202+
203+
public final class app/revanced/patches/duolingo/unlocksuper/UnlockDuolingoSuperPatchKt {
204+
public static final fun getUnlockDuolingoSuperPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
205+
}
206+
207+
public final class app/revanced/patches/facebook/ads/mainfeed/HideSponsoredStoriesPatchKt {
208+
public static final fun getHideSponsoredStoriesPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
199209
}
200210

201211
public final class app/revanced/patches/facebook/ads/story/HideStoryAdsPatchKt {

0 commit comments

Comments
 (0)