HermesApp / Hermes

Compact macOS Pandora client that doesn’t use Flash
http://hermesapp.org/
MIT License
381 stars 99 forks source link

Station Sort By Date Does Not Work #209

Closed Skinner927 closed 9 years ago

Skinner927 commented 9 years ago

Sorting stations by date sorts by something, but it's not the creation date. If I create a new station, it will not be on the top of the list (even if I reverse sort).

nriley commented 9 years ago

It sorted by a 64-bit integer truncated to 32 bits, i.e., complete garbage most of the time.

Should have caught that when I fixed the dates in the edit window a while back. Thanks for the report.