Naozumi520 / Remedy

Unofficial Discord Overlay support for macOS, support both x86 and arm64!
MIT License
33 stars 6 forks source link

`Show Speaking Users Only` option not working #1

Closed Ganbin closed 2 years ago

Ganbin commented 2 years ago

When I check the Show Speaking Users Only it is not working.

According to : [https://www.reddit.com/r/Twitch/comments/qzr65z/discord_streamkit_only_speakers_toggle_not_working/](Discord Streamkit (Only Speakers toggle not working))

I've been having the same problem and I just found the solution, it's so dumb. Apparently parts of the code are now case sensitive.
Find the part of your browser source link that says "limit_speaking=true" and change it to say "limit_speaking=True".
Fixed it for me.

I have tried in OBS and it also work when I set to True instead of true.

I am now trying to get your code on my computer to see if I can do something.

I also think that all other value that are true instead of True are also buggy.

Ganbin commented 2 years ago

I have made a pull request to fix the issue. On my side it works with the change.

Naozumi520 commented 2 years ago

Ah, I've been using the default values only so I didn't notice, thanks! it was a big help. I've merged the pull request and I will publish the app after packaging.

Naozumi520 commented 2 years ago

I released an update from the pull request. Thanks again! ❤️

Ganbin commented 2 years ago

Thank you so much. ❤️