Skip to content
New issue

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 not displaying #6453

Closed
jxer opened this issue Mar 31, 2019 · 2 comments
Closed

quality preferred not displaying #6453

jxer opened this issue Mar 31, 2019 · 2 comments

Comments

@jxer
Copy link

jxer commented Mar 31, 2019

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

@triage-new-issues triage-new-issues bot added the triage Untriaged issue label Mar 31, 2019
@sharkykh sharkykh added Bug Confirmed Frontend and removed triage Untriaged issue labels Apr 1, 2019
@sharkykh
Copy link
Contributor

sharkykh commented Apr 1, 2019

can confirm.

<tr v-if="!getPreset(combineQualities(show.config.qualities.allowed)).length > 0 && combineQualities(show.config.qualities.preferred).length > 0">

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

@medariox
Copy link
Contributor

medariox commented Apr 1, 2019

Fixed with #6455

@medariox medariox closed this as completed Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants