We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm almost sure that it could be fixed by adding medias = medias.concat(this.getAudioLinks(question))
medias = medias.concat(this.getAudioLinks(question))
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to report the issue and help me to make the project better! 🙂
Sorry, something went wrong.
@artyom-intellias if you do a pull request and test it out I would be glad
Handle the audios in "question" part of card.
ab66e76
Closes reuseman#109
I ran into the same issue. Created the pull request.
Successfully merging a pull request may close this issue.
i'm almost sure that it could be fixed by adding
medias = medias.concat(this.getAudioLinks(question))
The text was updated successfully, but these errors were encountered: