TelegramSwift
TelegramSwift copied to clipboard
Fix last music bug
it should not be complete() if the user had set the random order
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 3 committers have signed the CLA.
:white_check_mark: mehrbodjavadi79
:x: Mike Renoir
:x: overtake
Mike Renoir seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.
I faced this problem personally. I always select the last(first in other sense) music in my channel (or any music channel) and I change orderState to random and leave Telegram for other things to do.
After the selected track finishes, no other music plays.
This patch should hopefully fix the issue.