jeffvli / feishin

A modern self-hosted music player.
https://feishin.vercel.app
GNU General Public License v3.0
1.99k stars 78 forks source link

Artist "Recent Releases" is ordered backwards #417

Closed Insprill closed 4 months ago

Insprill commented 6 months ago

Expected Behavior

Recent Releases should show the most recent albums.

Current Behavior

Recent Releases shows the oldest albums first. image

Steps to Reproduce

  1. Go to an artist.
  2. View the "Recent Releases" section.
  3. Observe it showing the oldest release first.

Your Environment

iiPythonx commented 6 months ago

Possibly related to the sorting issues described in https://github.com/jeffvli/feishin/issues/410?

kgarner7 commented 4 months ago

Resolved by https://github.com/jeffvli/feishin/commit/24bf7ae31fcd7f248cd5c2c68fd3526d0954450e (sorted by year)