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
quality preferred no longer displaying, 2 servers confirmed having same issue
https://i.imgur.com/b1EueoQ.png
Branch: master Commit: b34f1df Version: 0.3.1
The text was updated successfully, but these errors were encountered:
can confirm.
Medusa/themes-default/slim/src/components/show-header.vue
Line 147 in 9e9fb07
I think
- combineQualities(show.config.qualities.preferred).length > 0 + combineQualities(show.config.qualities.preferred) > 0
as combineQualities returns a number and not an array like getPreset does
combineQualities
getPreset
Sorry, something went wrong.
Fixed with #6455
No branches or pull requests
quality preferred no longer displaying, 2 servers confirmed having same issue
https://i.imgur.com/b1EueoQ.png
Branch: master
Commit: b34f1df
Version: 0.3.1
The text was updated successfully, but these errors were encountered: