forked from External/mage
Added set codes info in download window;
This commit is contained in:
parent
20a3b0b777
commit
0c18f96ce7
5 changed files with 19 additions and 11 deletions
|
|
@ -243,11 +243,15 @@ public class DownloadPicturesService extends DefaultBoundedRangeModel implements
|
|||
cal.setTime(exp.getReleaseDate());
|
||||
String year = String.valueOf(cal.get(Calendar.YEAR));
|
||||
|
||||
return exp.getName() + " (" + exp.getCode() + ", " + year + ")";
|
||||
|
||||
/*
|
||||
if (!exp.getName().contains(year)) {
|
||||
return exp.getName() + " (" + year + ")";
|
||||
} else {
|
||||
return exp.getName();
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
private ExpansionSet findSetByNameWithYear(String name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue