jeffvli / feishin

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

Wrong Album Date #583

Closed tcurdt closed 5 months ago

tcurdt commented 5 months ago

Expected Behavior

The album discography view should show the day/year of the release.

Current Behavior

It seems like the discography page shows the time/date of when the album was added (maybe?)

Screenshot 2024-04-12 at 00 41 37 Screenshot 2024-04-12 at 00 41 44

Steps to Reproduce

Possible Solution (Not obligatory)

Context

Your Environment

iiPythonx commented 5 months ago

Seems to be the same issue as https://github.com/jeffvli/feishin/issues/537, specifically https://github.com/jeffvli/feishin/issues/537#issuecomment-1989279636.
You can change album sorting to Release Year if you want it to provide you with the same year it does in the detailed album view.

tcurdt commented 5 months ago

Ah, I just noticed this is due to the sorting. I switched to release year and now it's all good. I hope this gets persisted for all new views. Then this can be closed.

tcurdt commented 5 months ago

We just crossed comments here :) Thanks for the quick response. Love the project btw.

tcurdt commented 5 months ago

Seems like the setting gets stored 🎉