nicho92 / MtgDesktopCompanion

Cards manager for magic the gathering
Apache License 2.0
154 stars 33 forks source link

Dashlet with Borderless & Showcase cards doesn't work #261

Closed nicho92 closed 9 months ago

nicho92 commented 9 months ago

Configuration

Describe the bug extra return firstly showcase card. If card is also borderless, there is no return.

@Override public List searchCardByCriteria(String att, String crit, MagicEdition me, boolean exact, EnumCardVariation extra) throws IOException { return searchCardByCriteria(att, crit, me, exact).stream().filter(mc->mc.getExtra()==extra).toList(); }