-
-
Notifications
You must be signed in to change notification settings - Fork 448
fix(Spotify - Custom theme): Support latest app target #4800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Spotify - Custom theme): Support latest app target #4800
Conversation
What happened in the latest stable release? Where did this string go? |
7ad0e39
to
3dfa03a
Compare
Also if I remember correctly there was a third string that could be used. Does that one work in both versions? |
I don't see a unique third string present in |
We should consider another way to fingerprint this code. It seems like the strings move around somehow? |
Or perhaps a partial search for Encore and provided? If possible |
I don't immediately see any easy way to support that one version. Since it's old I think it can be ignored. |
Did |
Well, I was just gonna research more about this |
## [5.20.1-dev.1](v5.20.0...v5.20.1-dev.1) (2025-04-15) ### Bug Fixes * **Spotify - Custom theme:** Support latest app target ([#4800](#4800)) ([03d0eb2](03d0eb2))
Can make another pull request if you want. But what's here works with all recent versions except |
## [5.20.1](v5.20.0...v5.20.1) (2025-04-15) ### Bug Fixes * **Spotify - Custom theme:** Support latest app target ([#4800](#4800)) ([03d0eb2](03d0eb2))
Seems like this is the best we can do as of right now. Lets hope this doesn't break again. |
Theme patch fingerprint was previously changed to fix #4740
but the issue resolved itself before the fix was merged.
This change restores the old fingerprint string, and patching works again.
If you're trying to patch
9.0.36.131
, then use a newer version because that specific version no longer works with the theme patch.