navidrome/persistence
Deluan 363b93ef25 fix(scanner): preserve artist created_at across PID changes
persistArtist now calls repo.CopyAttributes(prevID, a.ID, "created_at")
after ReassignAnnotation, mirroring persistAlbum. Without this, every
PID.Artist config change reset the artist's created_at to scan time,
breaking 'recently added artists' views and any consumer that relies
on the original first-seen timestamp.

Adds CopyAttributes to ArtistRepository (mirroring AlbumRepository's
same-name method) with the same zero-poisoning guard for created_at.
2026-05-24 21:34:47 -03:00
..
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00