Hi,
I am using the play count pugin with columns ui. I have a column set with the strring '$if(%play_counter%,$trim(%play_counter%))' which shows the number of times a song has been played but when I click the column name to sort by number of times played it arranges entries in this order.
9
8
20
which should be
20
9
8
How can I fix this?
thanks