The application sends the kernel version as part of the User-Agent. However, the Deezer API seems to assume the number to follow semver, and can get confused when it doesn't. This then leads to some features like dark mode being reported as unavailable. e.g: 5.11.0-16-generic works, while 5.15.14-200.fc35.x86_64 doesn't. The solution is to ignore the actual version and send bogus data that is known to work. Fixes: https://github.com/aunetx/deezer-linux/issues/6 |
||
---|---|---|
.. | ||
quit.patch | ||
remove-kernel-version-from-user-agent.patch | ||
start-hidden-in-tray.patch |