We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6823d8 commit 23496c7Copy full SHA for 23496c7
patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt
@@ -49,8 +49,8 @@ internal val contextMenuViewModelConstructorFingerprint = fingerprint {
49
/**
50
* Used to find the interface name of a context menu item.
51
*/
52
-internal val removeAdsContextMenuItemClassFingerprint = fingerprint {
53
- strings("remove_ads_item", "ui_navigate")
+internal val removeItemFromPlaylistContextMenuItemClassFingerprint = fingerprint {
+ strings("spotify:playlist:", "REMOVE_TRACK")
54
}
55
56
internal const val CONTEXT_MENU_ITEM_CLASS_DESCRIPTOR_PLACEHOLDER = "Lapp/revanced/ContextMenuItemPlaceholder;"
0 commit comments