TheKing-OfTime / YandexMusicModClient

Modification for Yandex Music Desktop application to add some features
MIT License
134 stars 3 forks source link

Synchronization issues #1

Closed KawaiNeSenpai closed 5 months ago

KawaiNeSenpai commented 5 months ago

When you rewind the timeline, the status does not change

Untitled (7)

YouTube

TheKing-OfTime commented 5 months ago

Thanks for your report. This is a known bug, but unfortunately i have no any ETA when it will be fixed. This happens because internal app API doesn't emit ON_PLAYER_STATE when user seeks track manually. So to fix this i need to do deep reverse-engineering and remake some parts of the app. So when i do this the bug will be fixed.

TheKing-OfTime commented 5 months ago

I managed to implement some changes so the bug will be fixed it the next release.

https://github.com/TheKing-OfTime/YandexMusicModClient/assets/68960526/49617bbb-f362-4c23-a0f7-3369b498efea

TheKing-OfTime commented 5 months ago

Fix released