Skip to content

Commit 23496c7

Browse files
authored
fix(Spotify - Unlock Premium): Make compatible with latest versions again by fixing fingerprint (#5684)
1 parent e6823d8 commit 23496c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ internal val contextMenuViewModelConstructorFingerprint = fingerprint {
4949
/**
5050
* Used to find the interface name of a context menu item.
5151
*/
52-
internal val removeAdsContextMenuItemClassFingerprint = fingerprint {
53-
strings("remove_ads_item", "ui_navigate")
52+
internal val removeItemFromPlaylistContextMenuItemClassFingerprint = fingerprint {
53+
strings("spotify:playlist:", "REMOVE_TRACK")
5454
}
5555

5656
internal const val CONTEXT_MENU_ITEM_CLASS_DESCRIPTOR_PLACEHOLDER = "Lapp/revanced/ContextMenuItemPlaceholder;"

0 commit comments

Comments
 (0)