xeruf / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
31 stars 2 forks source link

Smart Select is broken #81

Closed defvs closed 5 years ago

defvs commented 5 years ago

Latest master, broken due to ad1808dd8df7f2dd03dc726ba043211038c369f8

The issue is that when calling the enum, ex. Release.Type.SINGLE and passing it in an argument in a function that requires a CharSequence, the whole enum is passed and then by using it as a CharSequence, we don't get its displayName but its "real name", example SINGLE instead of Single

xeruf commented 5 years ago

Fixed by 7d774e26a23210bf5804b725132909e97e88ebe2