You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "cleanTheSourceTrack" variable in the GooglePlayRemoteV3 is not a real 'c' but a weird utf8 variant of it. You can check it by doing a ctrl-f on 'clean' and you will see that only one of these 2 match:
cleanTheSourceTrack (with a correct c)
сleanTheSourceTrack (in the source code)
When creating this step manually this causes really confusing behaviour, because the variable isn't picked up by the task when writing it with a normal c.
Maybe the best way to fix this for now is to add a second variable "cleanTheSourceTrack" with a correct c, that is used when the old variable is empty? That would atleast not make the change breaking.
The text was updated successfully, but these errors were encountered:
The "cleanTheSourceTrack" variable in the GooglePlayRemoteV3 is not a real 'c' but a weird utf8 variant of it. You can check it by doing a ctrl-f on 'clean' and you will see that only one of these 2 match:
cleanTheSourceTrack (with a correct c)
сleanTheSourceTrack (in the source code)
When creating this step manually this causes really confusing behaviour, because the variable isn't picked up by the task when writing it with a normal c.
Maybe the best way to fix this for now is to add a second variable "cleanTheSourceTrack" with a correct c, that is used when the old variable is empty? That would atleast not make the change breaking.
The text was updated successfully, but these errors were encountered: