Closes #351: show reissue year in album page header

This commit is contained in:
Drew Weymouth
2024-03-31 08:26:54 -07:00
parent 0c03ac87a1
commit d5f0971aa2
5 changed files with 20 additions and 5 deletions
+1
View File
@@ -38,6 +38,7 @@ type Album struct {
ArtistIDs []string
ArtistNames []string
Year int
ReissueYear int
Genres []string
TrackCount int
Favorite bool